Shades of Tussock #CB9D4A
Tints of Tussock #CB9D4A
RGB
CMYK
RGB Variations
Color information
#CB9D4A (or 0xCB9D4A) is known color: Tussock. HEX triplet: CB, 9D and 4A. RGB value is (203,157,74). Sum of RGB (Red+Green+Blue) = 203+157+74=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9D4A is #3462B5. Grayscale: #A1A1A1. Windows color (decimal): -3433142 or 4890059. OLE color: 4890059.
HSL color Cylindrical-coordinate representation of color #CB9D4A: hue angle of 38.6º 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 #CB9D4A is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 74 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.20 |
| HSL | 38.6º | 0.55% | 0.54% | - |
| HSV(B) | 38.6º | 0.64% | 0.8% | - |
| XYZ | 37.92 | 37.3 | 11.68 | - |
| YUV | 161.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 74 | 0 | 0.23 | 0.64 | 0.20 | 38.6 | 0.55 | 0.54 |
| Hex | CB | 9D | 4A | 0 | 17 | 40 | 14 | 27 | 37 | 36 |
| Octal | 313 | 235 | 112 | 0 | 27 | 100 | 24 | 47 | 67 | 66 |
| Binary | 11001011 | 10011101 | 1001010 | 0 | 10111 | 1000000 | 10100 | 100111 | 110111 | 110110 |
Color Harmonies of #CB9D4A
Complementary color
Monochromatic Colors of #CB9D4A
Black with #CB9D4A
Text Example
Text Example
White with #CB9D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D4A; }
p { color: rgb(203,157,74); }
H1.HeaderClassName
{
color: #CB9D4A;
}
.AnyTagClassName
{
color: #CB9D4A;
}
</style>
background-color css
<style>
a { background-color: #CB9D4A; }
a { background-color: rgb(203,157,74); }
div.DivClassName
{
background-color: #CB9D4A;
}
.BgClassName
{
background-color: #CB9D4A;
}
</style>
border-color css
<style>
span { border-color: #CB9D4A; }
span { border-color: rgb(203,157,74); }
td.TdClassName
{
border-color: #CB9D4A;
}
.TagClassName
{
border-color: #CB9D4A;
}
</style>