Shades of Tussock #CB9A4A
Tints of Tussock #CB9A4A
RGB
CMYK
RGB Variations
Color information
#CB9A4A (or 0xCB9A4A) is known color: Tussock. HEX triplet: CB, 9A and 4A. RGB value is (203,154,74). Sum of RGB (Red+Green+Blue) = 203+154+74=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A4A is #3465B5. Grayscale: #9F9F9F. Windows color (decimal): -3433910 or 4889291. OLE color: 4889291.
HSL color Cylindrical-coordinate representation of color #CB9A4A: hue angle of 37.21º 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 #CB9A4A is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 74 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.20 |
| HSL | 37.21º | 0.55% | 0.54% | - |
| HSV(B) | 37.21º | 0.64% | 0.8% | - |
| XYZ | 37.42 | 36.3 | 11.51 | - |
| YUV | 159.53 | 79.73 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 74 | 0 | 0.24 | 0.64 | 0.20 | 37.21 | 0.55 | 0.54 |
| Hex | CB | 9A | 4A | 0 | 18 | 40 | 14 | 25 | 37 | 36 |
| Octal | 313 | 232 | 112 | 0 | 30 | 100 | 24 | 45 | 67 | 66 |
| Binary | 11001011 | 10011010 | 1001010 | 0 | 11000 | 1000000 | 10100 | 100101 | 110111 | 110110 |
Color Harmonies of #CB9A4A
Complementary color
Monochromatic Colors of #CB9A4A
Black with #CB9A4A
Text Example
Text Example
White with #CB9A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A4A; }
p { color: rgb(203,154,74); }
H1.HeaderClassName
{
color: #CB9A4A;
}
.AnyTagClassName
{
color: #CB9A4A;
}
</style>
background-color css
<style>
a { background-color: #CB9A4A; }
a { background-color: rgb(203,154,74); }
div.DivClassName
{
background-color: #CB9A4A;
}
.BgClassName
{
background-color: #CB9A4A;
}
</style>
border-color css
<style>
span { border-color: #CB9A4A; }
span { border-color: rgb(203,154,74); }
td.TdClassName
{
border-color: #CB9A4A;
}
.TagClassName
{
border-color: #CB9A4A;
}
</style>