Shades of Tussock #CB984B
Tints of Tussock #CB984B
RGB
CMYK
RGB Variations
Color information
#CB984B (or 0xCB984B) is known color: Tussock. HEX triplet: CB, 98 and 4B. RGB value is (203,152,75). Sum of RGB (Red+Green+Blue) = 203+152+75=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB984B is #3467B4. Grayscale: #9E9E9E. Windows color (decimal): -3434421 or 4954315. OLE color: 4954315.
HSL color Cylindrical-coordinate representation of color #CB984B: hue angle of 36.09º 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 #CB984B is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 75 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.20 |
| HSL | 36.09º | 0.55% | 0.55% | - |
| HSV(B) | 36.09º | 0.63% | 0.8% | - |
| XYZ | 37.13 | 35.66 | 11.58 | - |
| YUV | 158.47 | 80.9 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 75 | 0 | 0.25 | 0.63 | 0.20 | 36.09 | 0.55 | 0.55 |
| Hex | CB | 98 | 4B | 0 | 19 | 3F | 14 | 24 | 37 | 37 |
| Octal | 313 | 230 | 113 | 0 | 31 | 77 | 24 | 44 | 67 | 67 |
| Binary | 11001011 | 10011000 | 1001011 | 0 | 11001 | 111111 | 10100 | 100100 | 110111 | 110111 |
Color Harmonies of #CB984B
Complementary color
Monochromatic Colors of #CB984B
Black with #CB984B
Text Example
Text Example
White with #CB984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB984B; }
p { color: rgb(203,152,75); }
H1.HeaderClassName
{
color: #CB984B;
}
.AnyTagClassName
{
color: #CB984B;
}
</style>
background-color css
<style>
a { background-color: #CB984B; }
a { background-color: rgb(203,152,75); }
div.DivClassName
{
background-color: #CB984B;
}
.BgClassName
{
background-color: #CB984B;
}
</style>
border-color css
<style>
span { border-color: #CB984B; }
span { border-color: rgb(203,152,75); }
td.TdClassName
{
border-color: #CB984B;
}
.TagClassName
{
border-color: #CB984B;
}
</style>