Shades of Tussock #CE954B
Tints of Tussock #CE954B
RGB
CMYK
RGB Variations
Color information
#CE954B (or 0xCE954B) is known color: Tussock. HEX triplet: CE, 95 and 4B. RGB value is (206,149,75). Sum of RGB (Red+Green+Blue) = 206+149+75=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE954B is #316AB4. Grayscale: #9D9D9D. Windows color (decimal): -3238581 or 4953550. OLE color: 4953550.
HSL color Cylindrical-coordinate representation of color #CE954B: hue angle of 33.89º 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 #CE954B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 75 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.19 |
| HSL | 33.89º | 0.57% | 0.55% | - |
| HSV(B) | 33.89º | 0.64% | 0.81% | - |
| XYZ | 37.47 | 35.12 | 11.46 | - |
| YUV | 157.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 75 | 0 | 0.28 | 0.64 | 0.19 | 33.89 | 0.57 | 0.55 |
| Hex | CE | 95 | 4B | 0 | 1C | 40 | 13 | 22 | 39 | 37 |
| Octal | 316 | 225 | 113 | 0 | 34 | 100 | 23 | 42 | 71 | 67 |
| Binary | 11001110 | 10010101 | 1001011 | 0 | 11100 | 1000000 | 10011 | 100010 | 111001 | 110111 |
Color Harmonies of #CE954B
Complementary color
Monochromatic Colors of #CE954B
Black with #CE954B
Text Example
Text Example
White with #CE954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE954B; }
p { color: rgb(206,149,75); }
H1.HeaderClassName
{
color: #CE954B;
}
.AnyTagClassName
{
color: #CE954B;
}
</style>
background-color css
<style>
a { background-color: #CE954B; }
a { background-color: rgb(206,149,75); }
div.DivClassName
{
background-color: #CE954B;
}
.BgClassName
{
background-color: #CE954B;
}
</style>
border-color css
<style>
span { border-color: #CE954B; }
span { border-color: rgb(206,149,75); }
td.TdClassName
{
border-color: #CE954B;
}
.TagClassName
{
border-color: #CE954B;
}
</style>