Shades of Tussock #CB994C
Tints of Tussock #CB994C
RGB
CMYK
RGB Variations
Color information
#CB994C (or 0xCB994C) is known color: Tussock. HEX triplet: CB, 99 and 4C. RGB value is (203,153,76). Sum of RGB (Red+Green+Blue) = 203+153+76=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB994C is #3466B3. Grayscale: #9F9F9F. Windows color (decimal): -3434164 or 5020107. OLE color: 5020107.
HSL color Cylindrical-coordinate representation of color #CB994C: hue angle of 36.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB994C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 76 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.20 |
| HSL | 36.38º | 0.55% | 0.55% | - |
| HSV(B) | 36.38º | 0.63% | 0.8% | - |
| XYZ | 37.32 | 36 | 11.82 | - |
| YUV | 159.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 76 | 0 | 0.25 | 0.63 | 0.20 | 36.38 | 0.55 | 0.55 |
| Hex | CB | 99 | 4C | 0 | 19 | 3F | 14 | 24 | 37 | 37 |
| Octal | 313 | 231 | 114 | 0 | 31 | 77 | 24 | 44 | 67 | 67 |
| Binary | 11001011 | 10011001 | 1001100 | 0 | 11001 | 111111 | 10100 | 100100 | 110111 | 110111 |
Color Harmonies of #CB994C
Complementary color
Monochromatic Colors of #CB994C
Black with #CB994C
Text Example
Text Example
White with #CB994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB994C; }
p { color: rgb(203,153,76); }
H1.HeaderClassName
{
color: #CB994C;
}
.AnyTagClassName
{
color: #CB994C;
}
</style>
background-color css
<style>
a { background-color: #CB994C; }
a { background-color: rgb(203,153,76); }
div.DivClassName
{
background-color: #CB994C;
}
.BgClassName
{
background-color: #CB994C;
}
</style>
border-color css
<style>
span { border-color: #CB994C; }
span { border-color: rgb(203,153,76); }
td.TdClassName
{
border-color: #CB994C;
}
.TagClassName
{
border-color: #CB994C;
}
</style>