Shades of Tussock #CE994C
Tints of Tussock #CE994C
RGB
CMYK
RGB Variations
Color information
#CE994C (or 0xCE994C) is known color: Tussock. HEX triplet: CE, 99 and 4C. RGB value is (206,153,76). Sum of RGB (Red+Green+Blue) = 206+153+76=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE994C is #3166B3. Grayscale: #A0A0A0. Windows color (decimal): -3237556 or 5020110. OLE color: 5020110.
HSL color Cylindrical-coordinate representation of color #CE994C: hue angle of 35.54º 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 #CE994C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 76 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.19 |
| HSL | 35.54º | 0.57% | 0.55% | - |
| HSV(B) | 35.54º | 0.63% | 0.81% | - |
| XYZ | 38.15 | 36.43 | 11.86 | - |
| YUV | 160.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 76 | 0 | 0.26 | 0.63 | 0.19 | 35.54 | 0.57 | 0.55 |
| Hex | CE | 99 | 4C | 0 | 1A | 3F | 13 | 24 | 39 | 37 |
| Octal | 316 | 231 | 114 | 0 | 32 | 77 | 23 | 44 | 71 | 67 |
| Binary | 11001110 | 10011001 | 1001100 | 0 | 11010 | 111111 | 10011 | 100100 | 111001 | 110111 |
Color Harmonies of #CE994C
Complementary color
Monochromatic Colors of #CE994C
Black with #CE994C
Text Example
Text Example
White with #CE994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE994C; }
p { color: rgb(206,153,76); }
H1.HeaderClassName
{
color: #CE994C;
}
.AnyTagClassName
{
color: #CE994C;
}
</style>
background-color css
<style>
a { background-color: #CE994C; }
a { background-color: rgb(206,153,76); }
div.DivClassName
{
background-color: #CE994C;
}
.BgClassName
{
background-color: #CE994C;
}
</style>
border-color css
<style>
span { border-color: #CE994C; }
span { border-color: rgb(206,153,76); }
td.TdClassName
{
border-color: #CE994C;
}
.TagClassName
{
border-color: #CE994C;
}
</style>