Shades of Tussock #CE9E4B
Tints of Tussock #CE9E4B
RGB
CMYK
RGB Variations
Color information
#CE9E4B (or 0xCE9E4B) is known color: Tussock. HEX triplet: CE, 9E and 4B. RGB value is (206,158,75). Sum of RGB (Red+Green+Blue) = 206+158+75=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E4B is #3161B4. Grayscale: #A3A3A3. Windows color (decimal): -3236277 or 4955854. OLE color: 4955854.
HSL color Cylindrical-coordinate representation of color #CE9E4B: hue angle of 38.02º 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 #CE9E4B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 75 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.19 |
| HSL | 38.02º | 0.57% | 0.55% | - |
| HSV(B) | 38.02º | 0.64% | 0.81% | - |
| XYZ | 38.95 | 38.08 | 11.95 | - |
| YUV | 162.89 | 78.4 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 75 | 0 | 0.23 | 0.64 | 0.19 | 38.02 | 0.57 | 0.55 |
| Hex | CE | 9E | 4B | 0 | 17 | 40 | 13 | 26 | 39 | 37 |
| Octal | 316 | 236 | 113 | 0 | 27 | 100 | 23 | 46 | 71 | 67 |
| Binary | 11001110 | 10011110 | 1001011 | 0 | 10111 | 1000000 | 10011 | 100110 | 111001 | 110111 |
Color Harmonies of #CE9E4B
Complementary color
Monochromatic Colors of #CE9E4B
Black with #CE9E4B
Text Example
Text Example
White with #CE9E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E4B; }
p { color: rgb(206,158,75); }
H1.HeaderClassName
{
color: #CE9E4B;
}
.AnyTagClassName
{
color: #CE9E4B;
}
</style>
background-color css
<style>
a { background-color: #CE9E4B; }
a { background-color: rgb(206,158,75); }
div.DivClassName
{
background-color: #CE9E4B;
}
.BgClassName
{
background-color: #CE9E4B;
}
</style>
border-color css
<style>
span { border-color: #CE9E4B; }
span { border-color: rgb(206,158,75); }
td.TdClassName
{
border-color: #CE9E4B;
}
.TagClassName
{
border-color: #CE9E4B;
}
</style>