Shades of Tussock #CB964C
Tints of Tussock #CB964C
RGB
CMYK
RGB Variations
Color information
#CB964C (or 0xCB964C) is known color: Tussock. HEX triplet: CB, 96 and 4C. RGB value is (203,150,76). Sum of RGB (Red+Green+Blue) = 203+150+76=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB964C is #3469B3. Grayscale: #9D9D9D. Windows color (decimal): -3434932 or 5019339. OLE color: 5019339.
HSL color Cylindrical-coordinate representation of color #CB964C: hue angle of 34.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB964C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 76 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.20 |
| HSL | 34.96º | 0.55% | 0.55% | - |
| HSV(B) | 34.96º | 0.63% | 0.8% | - |
| XYZ | 36.84 | 35.03 | 11.66 | - |
| YUV | 157.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 76 | 0 | 0.26 | 0.63 | 0.20 | 34.96 | 0.55 | 0.55 |
| Hex | CB | 96 | 4C | 0 | 1A | 3F | 14 | 23 | 37 | 37 |
| Octal | 313 | 226 | 114 | 0 | 32 | 77 | 24 | 43 | 67 | 67 |
| Binary | 11001011 | 10010110 | 1001100 | 0 | 11010 | 111111 | 10100 | 100011 | 110111 | 110111 |
Color Harmonies of #CB964C
Complementary color
Monochromatic Colors of #CB964C
Black with #CB964C
Text Example
Text Example
White with #CB964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB964C; }
p { color: rgb(203,150,76); }
H1.HeaderClassName
{
color: #CB964C;
}
.AnyTagClassName
{
color: #CB964C;
}
</style>
background-color css
<style>
a { background-color: #CB964C; }
a { background-color: rgb(203,150,76); }
div.DivClassName
{
background-color: #CB964C;
}
.BgClassName
{
background-color: #CB964C;
}
</style>
border-color css
<style>
span { border-color: #CB964C; }
span { border-color: rgb(203,150,76); }
td.TdClassName
{
border-color: #CB964C;
}
.TagClassName
{
border-color: #CB964C;
}
</style>