Shades of Tussock #C0964E
Tints of Tussock #C0964E
RGB
CMYK
RGB Variations
Color information
#C0964E (or 0xC0964E) is known color: Tussock. HEX triplet: C0, 96 and 4E. RGB value is (192,150,78). Sum of RGB (Red+Green+Blue) = 192+150+78=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0964E is #3F69B1. Grayscale: #9A9A9A. Windows color (decimal): -4155826 or 5150400. OLE color: 5150400.
HSL color Cylindrical-coordinate representation of color #C0964E: hue angle of 37.89º 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 #C0964E is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 78 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.25 |
| HSL | 37.89º | 0.48% | 0.53% | - |
| HSV(B) | 37.89º | 0.59% | 0.75% | - |
| XYZ | 34.02 | 33.57 | 11.89 | - |
| YUV | 154.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 78 | 0 | 0.22 | 0.59 | 0.25 | 37.89 | 0.48 | 0.53 |
| Hex | C0 | 96 | 4E | 0 | 16 | 3B | 19 | 26 | 30 | 35 |
| Octal | 300 | 226 | 116 | 0 | 26 | 73 | 31 | 46 | 60 | 65 |
| Binary | 11000000 | 10010110 | 1001110 | 0 | 10110 | 111011 | 11001 | 100110 | 110000 | 110101 |
Color Harmonies of #C0964E
Complementary color
Monochromatic Colors of #C0964E
Black with #C0964E
Text Example
Text Example
White with #C0964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0964E; }
p { color: rgb(192,150,78); }
H1.HeaderClassName
{
color: #C0964E;
}
.AnyTagClassName
{
color: #C0964E;
}
</style>
background-color css
<style>
a { background-color: #C0964E; }
a { background-color: rgb(192,150,78); }
div.DivClassName
{
background-color: #C0964E;
}
.BgClassName
{
background-color: #C0964E;
}
</style>
border-color css
<style>
span { border-color: #C0964E; }
span { border-color: rgb(192,150,78); }
td.TdClassName
{
border-color: #C0964E;
}
.TagClassName
{
border-color: #C0964E;
}
</style>