Shades of Tussock #CB8D4C
Tints of Tussock #CB8D4C
RGB
CMYK
RGB Variations
Color information
#CB8D4C (or 0xCB8D4C) is known color: Tussock. HEX triplet: CB, 8D and 4C. RGB value is (203,141,76). Sum of RGB (Red+Green+Blue) = 203+141+76=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D4C is #3472B3. Grayscale: #989898. Windows color (decimal): -3437236 or 5017035. OLE color: 5017035.
HSL color Cylindrical-coordinate representation of color #CB8D4C: hue angle of 30.71º 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 #CB8D4C is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 76 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.20 |
| HSL | 30.71º | 0.55% | 0.55% | - |
| HSV(B) | 30.71º | 0.63% | 0.8% | - |
| XYZ | 35.46 | 32.27 | 11.2 | - |
| YUV | 152.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 76 | 0 | 0.31 | 0.63 | 0.20 | 30.71 | 0.55 | 0.55 |
| Hex | CB | 8D | 4C | 0 | 1F | 3F | 14 | 1F | 37 | 37 |
| Octal | 313 | 215 | 114 | 0 | 37 | 77 | 24 | 37 | 67 | 67 |
| Binary | 11001011 | 10001101 | 1001100 | 0 | 11111 | 111111 | 10100 | 11111 | 110111 | 110111 |
Color Harmonies of #CB8D4C
Complementary color
Monochromatic Colors of #CB8D4C
Black with #CB8D4C
Text Example
Text Example
White with #CB8D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D4C; }
p { color: rgb(203,141,76); }
H1.HeaderClassName
{
color: #CB8D4C;
}
.AnyTagClassName
{
color: #CB8D4C;
}
</style>
background-color css
<style>
a { background-color: #CB8D4C; }
a { background-color: rgb(203,141,76); }
div.DivClassName
{
background-color: #CB8D4C;
}
.BgClassName
{
background-color: #CB8D4C;
}
</style>
border-color css
<style>
span { border-color: #CB8D4C; }
span { border-color: rgb(203,141,76); }
td.TdClassName
{
border-color: #CB8D4C;
}
.TagClassName
{
border-color: #CB8D4C;
}
</style>