Shades of Tussock #CB9C4A
Tints of Tussock #CB9C4A
RGB
CMYK
RGB Variations
Color information
#CB9C4A (or 0xCB9C4A) is known color: Tussock. HEX triplet: CB, 9C and 4A. RGB value is (203,156,74). Sum of RGB (Red+Green+Blue) = 203+156+74=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C4A is #3463B5. Grayscale: #A1A1A1. Windows color (decimal): -3433398 or 4889803. OLE color: 4889803.
HSL color Cylindrical-coordinate representation of color #CB9C4A: hue angle of 38.14º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB9C4A is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 74 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.20 |
| HSL | 38.14º | 0.55% | 0.54% | - |
| HSV(B) | 38.14º | 0.64% | 0.8% | - |
| XYZ | 37.75 | 36.97 | 11.62 | - |
| YUV | 160.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 74 | 0 | 0.23 | 0.64 | 0.20 | 38.14 | 0.55 | 0.54 |
| Hex | CB | 9C | 4A | 0 | 17 | 40 | 14 | 26 | 37 | 36 |
| Octal | 313 | 234 | 112 | 0 | 27 | 100 | 24 | 46 | 67 | 66 |
| Binary | 11001011 | 10011100 | 1001010 | 0 | 10111 | 1000000 | 10100 | 100110 | 110111 | 110110 |
Color Harmonies of #CB9C4A
Complementary color
Monochromatic Colors of #CB9C4A
Black with #CB9C4A
Text Example
Text Example
White with #CB9C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C4A; }
p { color: rgb(203,156,74); }
H1.HeaderClassName
{
color: #CB9C4A;
}
.AnyTagClassName
{
color: #CB9C4A;
}
</style>
background-color css
<style>
a { background-color: #CB9C4A; }
a { background-color: rgb(203,156,74); }
div.DivClassName
{
background-color: #CB9C4A;
}
.BgClassName
{
background-color: #CB9C4A;
}
</style>
border-color css
<style>
span { border-color: #CB9C4A; }
span { border-color: rgb(203,156,74); }
td.TdClassName
{
border-color: #CB9C4A;
}
.TagClassName
{
border-color: #CB9C4A;
}
</style>