Shades of Tussock #CB8F4C
Tints of Tussock #CB8F4C
RGB
CMYK
RGB Variations
Color information
#CB8F4C (or 0xCB8F4C) is known color: Tussock. HEX triplet: CB, 8F and 4C. RGB value is (203,143,76). Sum of RGB (Red+Green+Blue) = 203+143+76=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8F4C is #3470B3. Grayscale: #999999. Windows color (decimal): -3436724 or 5017547. OLE color: 5017547.
HSL color Cylindrical-coordinate representation of color #CB8F4C: hue angle of 31.65º 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 #CB8F4C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 76 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.20 |
| HSL | 31.65º | 0.55% | 0.55% | - |
| HSV(B) | 31.65º | 0.63% | 0.8% | - |
| XYZ | 35.76 | 32.86 | 11.3 | - |
| YUV | 153.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 76 | 0 | 0.30 | 0.63 | 0.20 | 31.65 | 0.55 | 0.55 |
| Hex | CB | 8F | 4C | 0 | 1E | 3F | 14 | 20 | 37 | 37 |
| Octal | 313 | 217 | 114 | 0 | 36 | 77 | 24 | 40 | 67 | 67 |
| Binary | 11001011 | 10001111 | 1001100 | 0 | 11110 | 111111 | 10100 | 100000 | 110111 | 110111 |
Color Harmonies of #CB8F4C
Complementary color
Monochromatic Colors of #CB8F4C
Black with #CB8F4C
Text Example
Text Example
White with #CB8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F4C; }
p { color: rgb(203,143,76); }
H1.HeaderClassName
{
color: #CB8F4C;
}
.AnyTagClassName
{
color: #CB8F4C;
}
</style>
background-color css
<style>
a { background-color: #CB8F4C; }
a { background-color: rgb(203,143,76); }
div.DivClassName
{
background-color: #CB8F4C;
}
.BgClassName
{
background-color: #CB8F4C;
}
</style>
border-color css
<style>
span { border-color: #CB8F4C; }
span { border-color: rgb(203,143,76); }
td.TdClassName
{
border-color: #CB8F4C;
}
.TagClassName
{
border-color: #CB8F4C;
}
</style>