Cedar Chest (#c95a49) Web Color For Web Page Design

Everything about Cedar Chest (#c95a49) and hex colors to enhance web page design and your website development company. Get a multitude of palettes based on one color. Learn how to choose the right hex codes for web page design. Optimize your online projects with the power of triadic, tetradic, analogous colors, and more. Get inspired and design websites with ease for your web development company.

Cedar Chest (#c95a49) Color Hex

Cedar Chest (#c95a49) rgb(201, 90, 73)

Color spaces of Cedar Chest (#c95a49)

RGB2019073
HSL0.020.540.54
HSV86479
CMYK0.000.550.64 0.21
XYZ28.946220.21098.6788
Yxy0.50050.3495
Hunter Lab44.956536.256920.0237
CIE-Lab52.074842.972731.2981

Base Numbers

BaseRedGreenBlue
Binary110010010101101001001001
Octal311132111
Decimal2019073
HexC95A49

Shades of Cedar Chest (#c95a49)

Tints of Cedar Chest (#c95a49)

RGB Percentages of Color Cedar Chest (#c95a49)

Red
Green
Blue

CMYK Percentages of Color Cedar Chest (#c95a49)

Cyan
Magenta
Yellow
Black

Analogous Colors of Cedar Chest (#c95a49)

Triadic Colors of Cedar Chest (#c95a49) separated with 120° angle

Copied!
HEX toggle hex RGB

Tetradic Colors of Cedar Chest (#c95a49) separated with 90° angle

Monochromatic Colors of Cedar Chest (#c95a49)

Complementary Color

Copied!
HEX toggle hex RGB

Pastel variations

Soft variations

Light variations

Hard variations

Pale variations

Cedar Chest (#c95a49) Color Preview on Black Background

This is Cedar Chest (#c95a49) on a black background

Cedar Chest (#c95a49) Color Preview on White Background

This is Cedar Chest (#c95a49) on a white background

Cedar Chest (#c95a49) Color CSS Codes

                .bckColor {background-color:#ff0000; } 
                .forColor {color:#ff0000; }
                .bordercolor {border:3px solid #ff0000; }

            

Cedar Chest (#c95a49) Text Font Color

This is a sample text written with the Cedar Chest (#c95a49) color.
This is a strong text written with the Cedar Chest (#c95a49) as well.

Cedar Chest (#c95a49) Background Color

                <div style="background-color:Cedar Chest (#c95a49)">
                    Text on the Cedar Chest (#c95a49) color
                </div>
            

Cedar Chest (#c95a49) Border Color

<div style="border:3px solid #ff0000">
                  Div here
                </div>
            

Css3 Examples

Text Shadow with RGB Values

                .rgbShadow {
                    text-shadow: 4px 4px 2px rgba(255,0,0, 0.8); } 
                .hexShadow { 
                    text-shadow: 4px 4px 2px #ff0000; }
                .divShadow { 
                    -moz-box-shadow: 1px 1px 3px 2px #ff0000;
                    -webkit-box-shadow: 1px 1px 3px 2px #ff0000;
                    box-shadow:         1px 1px 3px 2px #ff0000; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px rgb(201, 90, 73);">Text here</p>

This is a text with rgb(201, 90, 73) as a shadow color.

Div Box Shadow

                <div style="-moz-box-shadow: 1px 1px 3px 2px #c95a49;
                  -webkit-box-shadow: 1px 1px 3px 2px #c95a49;
                  box-shadow:         1px 1px 3px 2px #c95a49;">
                    Div content here
                </div>
            
An html Div with text shadow using #c95a49 color hex code

Related palettes