Shades of Tussock #CB9E4D
Tints of Tussock #CB9E4D
RGB
CMYK
RGB Variations
Color information
#CB9E4D (or 0xCB9E4D) is known color: Tussock. HEX triplet: CB, 9E and 4D. RGB value is (203,158,77). Sum of RGB (Red+Green+Blue) = 203+158+77=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E4D is #3461B2. Grayscale: #A2A2A2. Windows color (decimal): -3432883 or 5086923. OLE color: 5086923.
HSL color Cylindrical-coordinate representation of color #CB9E4D: hue angle of 38.57º 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 #CB9E4D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 77 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.20 |
| HSL | 38.57º | 0.55% | 0.55% | - |
| HSV(B) | 38.57º | 0.62% | 0.8% | - |
| XYZ | 38.2 | 37.69 | 12.28 | - |
| YUV | 162.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 77 | 0 | 0.22 | 0.62 | 0.20 | 38.57 | 0.55 | 0.55 |
| Hex | CB | 9E | 4D | 0 | 16 | 3E | 14 | 27 | 37 | 37 |
| Octal | 313 | 236 | 115 | 0 | 26 | 76 | 24 | 47 | 67 | 67 |
| Binary | 11001011 | 10011110 | 1001101 | 0 | 10110 | 111110 | 10100 | 100111 | 110111 | 110111 |
Color Harmonies of #CB9E4D
Complementary color
Monochromatic Colors of #CB9E4D
Black with #CB9E4D
Text Example
Text Example
White with #CB9E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E4D; }
p { color: rgb(203,158,77); }
H1.HeaderClassName
{
color: #CB9E4D;
}
.AnyTagClassName
{
color: #CB9E4D;
}
</style>
background-color css
<style>
a { background-color: #CB9E4D; }
a { background-color: rgb(203,158,77); }
div.DivClassName
{
background-color: #CB9E4D;
}
.BgClassName
{
background-color: #CB9E4D;
}
</style>
border-color css
<style>
span { border-color: #CB9E4D; }
span { border-color: rgb(203,158,77); }
td.TdClassName
{
border-color: #CB9E4D;
}
.TagClassName
{
border-color: #CB9E4D;
}
</style>