Shades of Tussock #CB984E
Tints of Tussock #CB984E
RGB
CMYK
RGB Variations
Color information
#CB984E (or 0xCB984E) is known color: Tussock. HEX triplet: CB, 98 and 4E. RGB value is (203,152,78). Sum of RGB (Red+Green+Blue) = 203+152+78=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB984E is #3467B1. Grayscale: #9F9F9F. Windows color (decimal): -3434418 or 5150923. OLE color: 5150923.
HSL color Cylindrical-coordinate representation of color #CB984E: hue angle of 35.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB984E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 78 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.20 |
| HSL | 35.52º | 0.55% | 0.55% | - |
| HSV(B) | 35.52º | 0.62% | 0.8% | - |
| XYZ | 37.23 | 35.7 | 12.14 | - |
| YUV | 158.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 78 | 0 | 0.25 | 0.62 | 0.20 | 35.52 | 0.55 | 0.55 |
| Hex | CB | 98 | 4E | 0 | 19 | 3E | 14 | 24 | 37 | 37 |
| Octal | 313 | 230 | 116 | 0 | 31 | 76 | 24 | 44 | 67 | 67 |
| Binary | 11001011 | 10011000 | 1001110 | 0 | 11001 | 111110 | 10100 | 100100 | 110111 | 110111 |
Color Harmonies of #CB984E
Complementary color
Monochromatic Colors of #CB984E
Black with #CB984E
Text Example
Text Example
White with #CB984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB984E; }
p { color: rgb(203,152,78); }
H1.HeaderClassName
{
color: #CB984E;
}
.AnyTagClassName
{
color: #CB984E;
}
</style>
background-color css
<style>
a { background-color: #CB984E; }
a { background-color: rgb(203,152,78); }
div.DivClassName
{
background-color: #CB984E;
}
.BgClassName
{
background-color: #CB984E;
}
</style>
border-color css
<style>
span { border-color: #CB984E; }
span { border-color: rgb(203,152,78); }
td.TdClassName
{
border-color: #CB984E;
}
.TagClassName
{
border-color: #CB984E;
}
</style>