Shades of Tussock #CB9B4E
Tints of Tussock #CB9B4E
RGB
CMYK
RGB Variations
Color information
#CB9B4E (or 0xCB9B4E) is known color: Tussock. HEX triplet: CB, 9B and 4E. RGB value is (203,155,78). Sum of RGB (Red+Green+Blue) = 203+155+78=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B4E is #3464B1. Grayscale: #A0A0A0. Windows color (decimal): -3433650 or 5151691. OLE color: 5151691.
HSL color Cylindrical-coordinate representation of color #CB9B4E: hue angle of 36.96º 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 #CB9B4E is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 78 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.20 |
| HSL | 36.96º | 0.55% | 0.55% | - |
| HSV(B) | 36.96º | 0.62% | 0.8% | - |
| XYZ | 37.73 | 36.69 | 12.3 | - |
| YUV | 160.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 78 | 0 | 0.24 | 0.62 | 0.20 | 36.96 | 0.55 | 0.55 |
| Hex | CB | 9B | 4E | 0 | 18 | 3E | 14 | 25 | 37 | 37 |
| Octal | 313 | 233 | 116 | 0 | 30 | 76 | 24 | 45 | 67 | 67 |
| Binary | 11001011 | 10011011 | 1001110 | 0 | 11000 | 111110 | 10100 | 100101 | 110111 | 110111 |
Color Harmonies of #CB9B4E
Complementary color
Monochromatic Colors of #CB9B4E
Black with #CB9B4E
Text Example
Text Example
White with #CB9B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B4E; }
p { color: rgb(203,155,78); }
H1.HeaderClassName
{
color: #CB9B4E;
}
.AnyTagClassName
{
color: #CB9B4E;
}
</style>
background-color css
<style>
a { background-color: #CB9B4E; }
a { background-color: rgb(203,155,78); }
div.DivClassName
{
background-color: #CB9B4E;
}
.BgClassName
{
background-color: #CB9B4E;
}
</style>
border-color css
<style>
span { border-color: #CB9B4E; }
span { border-color: rgb(203,155,78); }
td.TdClassName
{
border-color: #CB9B4E;
}
.TagClassName
{
border-color: #CB9B4E;
}
</style>