Shades of Tussock #C0894C
Tints of Tussock #C0894C
RGB
CMYK
RGB Variations
Color information
#C0894C (or 0xC0894C) is known color: Tussock. HEX triplet: C0, 89 and 4C. RGB value is (192,137,76). Sum of RGB (Red+Green+Blue) = 192+137+76=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0894C is #3F76B3. Grayscale: #929292. Windows color (decimal): -4159156 or 5016000. OLE color: 5016000.
HSL color Cylindrical-coordinate representation of color #C0894C: hue angle of 31.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0894C is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 76 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.25 |
| HSL | 31.55º | 0.48% | 0.53% | - |
| HSV(B) | 31.55º | 0.6% | 0.75% | - |
| XYZ | 31.99 | 29.62 | 10.87 | - |
| YUV | 146.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 76 | 0 | 0.29 | 0.60 | 0.25 | 31.55 | 0.48 | 0.53 |
| Hex | C0 | 89 | 4C | 0 | 1D | 3C | 19 | 20 | 30 | 35 |
| Octal | 300 | 211 | 114 | 0 | 35 | 74 | 31 | 40 | 60 | 65 |
| Binary | 11000000 | 10001001 | 1001100 | 0 | 11101 | 111100 | 11001 | 100000 | 110000 | 110101 |
Color Harmonies of #C0894C
Complementary color
Monochromatic Colors of #C0894C
Black with #C0894C
Text Example
Text Example
White with #C0894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0894C; }
p { color: rgb(192,137,76); }
H1.HeaderClassName
{
color: #C0894C;
}
.AnyTagClassName
{
color: #C0894C;
}
</style>
background-color css
<style>
a { background-color: #C0894C; }
a { background-color: rgb(192,137,76); }
div.DivClassName
{
background-color: #C0894C;
}
.BgClassName
{
background-color: #C0894C;
}
</style>
border-color css
<style>
span { border-color: #C0894C; }
span { border-color: rgb(192,137,76); }
td.TdClassName
{
border-color: #C0894C;
}
.TagClassName
{
border-color: #C0894C;
}
</style>