Shades of Tussock #CE9D4B
Tints of Tussock #CE9D4B
RGB
CMYK
RGB Variations
Color information
#CE9D4B (or 0xCE9D4B) is known color: Tussock. HEX triplet: CE, 9D and 4B. RGB value is (206,157,75). Sum of RGB (Red+Green+Blue) = 206+157+75=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9D4B is #3162B4. Grayscale: #A2A2A2. Windows color (decimal): -3236533 or 4955598. OLE color: 4955598.
HSL color Cylindrical-coordinate representation of color #CE9D4B: hue angle of 37.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE9D4B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 75 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.19 |
| HSL | 37.56º | 0.57% | 0.55% | - |
| HSV(B) | 37.56º | 0.64% | 0.81% | - |
| XYZ | 38.78 | 37.74 | 11.9 | - |
| YUV | 162.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 75 | 0 | 0.24 | 0.64 | 0.19 | 37.56 | 0.57 | 0.55 |
| Hex | CE | 9D | 4B | 0 | 18 | 40 | 13 | 26 | 39 | 37 |
| Octal | 316 | 235 | 113 | 0 | 30 | 100 | 23 | 46 | 71 | 67 |
| Binary | 11001110 | 10011101 | 1001011 | 0 | 11000 | 1000000 | 10011 | 100110 | 111001 | 110111 |
Color Harmonies of #CE9D4B
Complementary color
Monochromatic Colors of #CE9D4B
Black with #CE9D4B
Text Example
Text Example
White with #CE9D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D4B; }
p { color: rgb(206,157,75); }
H1.HeaderClassName
{
color: #CE9D4B;
}
.AnyTagClassName
{
color: #CE9D4B;
}
</style>
background-color css
<style>
a { background-color: #CE9D4B; }
a { background-color: rgb(206,157,75); }
div.DivClassName
{
background-color: #CE9D4B;
}
.BgClassName
{
background-color: #CE9D4B;
}
</style>
border-color css
<style>
span { border-color: #CE9D4B; }
span { border-color: rgb(206,157,75); }
td.TdClassName
{
border-color: #CE9D4B;
}
.TagClassName
{
border-color: #CE9D4B;
}
</style>