Shades of Tussock #C0884E
Tints of Tussock #C0884E
RGB
CMYK
RGB Variations
Color information
#C0884E (or 0xC0884E) is known color: Tussock. HEX triplet: C0, 88 and 4E. RGB value is (192,136,78). Sum of RGB (Red+Green+Blue) = 192+136+78=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0884E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0884E is #3F77B1. Grayscale: #929292. Windows color (decimal): -4159410 or 5146816. OLE color: 5146816.
HSL color Cylindrical-coordinate representation of color #C0884E: hue angle of 30.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0884E is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 78 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.25 |
| HSL | 30.53º | 0.48% | 0.53% | - |
| HSV(B) | 30.53º | 0.59% | 0.75% | - |
| XYZ | 31.92 | 29.36 | 11.19 | - |
| YUV | 146.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 78 | 0 | 0.29 | 0.59 | 0.25 | 30.53 | 0.48 | 0.53 |
| Hex | C0 | 88 | 4E | 0 | 1D | 3B | 19 | 1F | 30 | 35 |
| Octal | 300 | 210 | 116 | 0 | 35 | 73 | 31 | 37 | 60 | 65 |
| Binary | 11000000 | 10001000 | 1001110 | 0 | 11101 | 111011 | 11001 | 11111 | 110000 | 110101 |
Color Harmonies of #C0884E
Complementary color
Monochromatic Colors of #C0884E
Black with #C0884E
Text Example
Text Example
White with #C0884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0884E; }
p { color: rgb(192,136,78); }
H1.HeaderClassName
{
color: #C0884E;
}
.AnyTagClassName
{
color: #C0884E;
}
</style>
background-color css
<style>
a { background-color: #C0884E; }
a { background-color: rgb(192,136,78); }
div.DivClassName
{
background-color: #C0884E;
}
.BgClassName
{
background-color: #C0884E;
}
</style>
border-color css
<style>
span { border-color: #C0884E; }
span { border-color: rgb(192,136,78); }
td.TdClassName
{
border-color: #C0884E;
}
.TagClassName
{
border-color: #C0884E;
}
</style>