Shades of Tussock #CE9C4C
Tints of Tussock #CE9C4C
RGB
CMYK
RGB Variations
Color information
#CE9C4C (or 0xCE9C4C) is known color: Tussock. HEX triplet: CE, 9C and 4C. RGB value is (206,156,76). Sum of RGB (Red+Green+Blue) = 206+156+76=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C4C is #3163B3. Grayscale: #A2A2A2. Windows color (decimal): -3236788 or 5020878. OLE color: 5020878.
HSL color Cylindrical-coordinate representation of color #CE9C4C: hue angle of 36.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE9C4C is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 76 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.19 |
| HSL | 36.92º | 0.57% | 0.55% | - |
| HSV(B) | 36.92º | 0.63% | 0.81% | - |
| XYZ | 38.65 | 37.42 | 12.02 | - |
| YUV | 161.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 76 | 0 | 0.24 | 0.63 | 0.19 | 36.92 | 0.57 | 0.55 |
| Hex | CE | 9C | 4C | 0 | 18 | 3F | 13 | 25 | 39 | 37 |
| Octal | 316 | 234 | 114 | 0 | 30 | 77 | 23 | 45 | 71 | 67 |
| Binary | 11001110 | 10011100 | 1001100 | 0 | 11000 | 111111 | 10011 | 100101 | 111001 | 110111 |
Color Harmonies of #CE9C4C
Complementary color
Monochromatic Colors of #CE9C4C
Black with #CE9C4C
Text Example
Text Example
White with #CE9C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C4C; }
p { color: rgb(206,156,76); }
H1.HeaderClassName
{
color: #CE9C4C;
}
.AnyTagClassName
{
color: #CE9C4C;
}
</style>
background-color css
<style>
a { background-color: #CE9C4C; }
a { background-color: rgb(206,156,76); }
div.DivClassName
{
background-color: #CE9C4C;
}
.BgClassName
{
background-color: #CE9C4C;
}
</style>
border-color css
<style>
span { border-color: #CE9C4C; }
span { border-color: rgb(206,156,76); }
td.TdClassName
{
border-color: #CE9C4C;
}
.TagClassName
{
border-color: #CE9C4C;
}
</style>