Shades of Tussock #CB954E
Tints of Tussock #CB954E
RGB
CMYK
RGB Variations
Color information
#CB954E (or 0xCB954E) is known color: Tussock. HEX triplet: CB, 95 and 4E. RGB value is (203,149,78). Sum of RGB (Red+Green+Blue) = 203+149+78=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB954E is #346AB1. Grayscale: #9D9D9D. Windows color (decimal): -3435186 or 5150155. OLE color: 5150155.
HSL color Cylindrical-coordinate representation of color #CB954E: hue angle of 34.08º 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 #CB954E is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 78 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.20 |
| HSL | 34.08º | 0.55% | 0.55% | - |
| HSV(B) | 34.08º | 0.62% | 0.8% | - |
| XYZ | 36.75 | 34.74 | 11.98 | - |
| YUV | 157.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 78 | 0 | 0.27 | 0.62 | 0.20 | 34.08 | 0.55 | 0.55 |
| Hex | CB | 95 | 4E | 0 | 1B | 3E | 14 | 22 | 37 | 37 |
| Octal | 313 | 225 | 116 | 0 | 33 | 76 | 24 | 42 | 67 | 67 |
| Binary | 11001011 | 10010101 | 1001110 | 0 | 11011 | 111110 | 10100 | 100010 | 110111 | 110111 |
Color Harmonies of #CB954E
Complementary color
Monochromatic Colors of #CB954E
Black with #CB954E
Text Example
Text Example
White with #CB954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB954E; }
p { color: rgb(203,149,78); }
H1.HeaderClassName
{
color: #CB954E;
}
.AnyTagClassName
{
color: #CB954E;
}
</style>
background-color css
<style>
a { background-color: #CB954E; }
a { background-color: rgb(203,149,78); }
div.DivClassName
{
background-color: #CB954E;
}
.BgClassName
{
background-color: #CB954E;
}
</style>
border-color css
<style>
span { border-color: #CB954E; }
span { border-color: rgb(203,149,78); }
td.TdClassName
{
border-color: #CB954E;
}
.TagClassName
{
border-color: #CB954E;
}
</style>