Shades of Tussock #CE9C49
Tints of Tussock #CE9C49
RGB
CMYK
RGB Variations
Color information
#CE9C49 (or 0xCE9C49) is known color: Tussock. HEX triplet: CE, 9C and 49. RGB value is (206,156,73). Sum of RGB (Red+Green+Blue) = 206+156+73=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C49 is #3163B6. Grayscale: #A1A1A1. Windows color (decimal): -3236791 or 4824270. OLE color: 4824270.
HSL color Cylindrical-coordinate representation of color #CE9C49: hue angle of 37.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE9C49 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 73 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.19 |
| HSL | 37.44º | 0.58% | 0.55% | - |
| HSV(B) | 37.44º | 0.65% | 0.81% | - |
| XYZ | 38.54 | 37.38 | 11.49 | - |
| YUV | 161.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 73 | 0 | 0.24 | 0.65 | 0.19 | 37.44 | 0.58 | 0.55 |
| Hex | CE | 9C | 49 | 0 | 18 | 41 | 13 | 25 | 3A | 37 |
| Octal | 316 | 234 | 111 | 0 | 30 | 101 | 23 | 45 | 72 | 67 |
| Binary | 11001110 | 10011100 | 1001001 | 0 | 11000 | 1000001 | 10011 | 100101 | 111010 | 110111 |
Color Harmonies of #CE9C49
Complementary color
Monochromatic Colors of #CE9C49
Black with #CE9C49
Text Example
Text Example
White with #CE9C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C49; }
p { color: rgb(206,156,73); }
H1.HeaderClassName
{
color: #CE9C49;
}
.AnyTagClassName
{
color: #CE9C49;
}
</style>
background-color css
<style>
a { background-color: #CE9C49; }
a { background-color: rgb(206,156,73); }
div.DivClassName
{
background-color: #CE9C49;
}
.BgClassName
{
background-color: #CE9C49;
}
</style>
border-color css
<style>
span { border-color: #CE9C49; }
span { border-color: rgb(206,156,73); }
td.TdClassName
{
border-color: #CE9C49;
}
.TagClassName
{
border-color: #CE9C49;
}
</style>