Shades of Tussock #CE9C4D
Tints of Tussock #CE9C4D
RGB
CMYK
RGB Variations
Color information
#CE9C4D (or 0xCE9C4D) is known color: Tussock. HEX triplet: CE, 9C and 4D. RGB value is (206,156,77). Sum of RGB (Red+Green+Blue) = 206+156+77=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C4D is #3163B2. Grayscale: #A2A2A2. Windows color (decimal): -3236787 or 5086414. OLE color: 5086414.
HSL color Cylindrical-coordinate representation of color #CE9C4D: hue angle of 36.74º 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 #CE9C4D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 77 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.19 |
| HSL | 36.74º | 0.57% | 0.55% | - |
| HSV(B) | 36.74º | 0.63% | 0.81% | - |
| XYZ | 38.68 | 37.43 | 12.21 | - |
| YUV | 161.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 77 | 0 | 0.24 | 0.63 | 0.19 | 36.74 | 0.57 | 0.55 |
| Hex | CE | 9C | 4D | 0 | 18 | 3F | 13 | 25 | 39 | 37 |
| Octal | 316 | 234 | 115 | 0 | 30 | 77 | 23 | 45 | 71 | 67 |
| Binary | 11001110 | 10011100 | 1001101 | 0 | 11000 | 111111 | 10011 | 100101 | 111001 | 110111 |
Color Harmonies of #CE9C4D
Complementary color
Monochromatic Colors of #CE9C4D
Black with #CE9C4D
Text Example
Text Example
White with #CE9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C4D; }
p { color: rgb(206,156,77); }
H1.HeaderClassName
{
color: #CE9C4D;
}
.AnyTagClassName
{
color: #CE9C4D;
}
</style>
background-color css
<style>
a { background-color: #CE9C4D; }
a { background-color: rgb(206,156,77); }
div.DivClassName
{
background-color: #CE9C4D;
}
.BgClassName
{
background-color: #CE9C4D;
}
</style>
border-color css
<style>
span { border-color: #CE9C4D; }
span { border-color: rgb(206,156,77); }
td.TdClassName
{
border-color: #CE9C4D;
}
.TagClassName
{
border-color: #CE9C4D;
}
</style>