Shades of Tussock #C0924E
Tints of Tussock #C0924E
RGB
CMYK
RGB Variations
Color information
#C0924E (or 0xC0924E) is known color: Tussock. HEX triplet: C0, 92 and 4E. RGB value is (192,146,78). Sum of RGB (Red+Green+Blue) = 192+146+78=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0924E is #3F6DB1. Grayscale: #989898. Windows color (decimal): -4156850 or 5149376. OLE color: 5149376.
HSL color Cylindrical-coordinate representation of color #C0924E: hue angle of 35.79º 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 #C0924E is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 78 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.25 |
| HSL | 35.79º | 0.48% | 0.53% | - |
| HSV(B) | 35.79º | 0.59% | 0.75% | - |
| XYZ | 33.39 | 32.31 | 11.69 | - |
| YUV | 152 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 78 | 0 | 0.24 | 0.59 | 0.25 | 35.79 | 0.48 | 0.53 |
| Hex | C0 | 92 | 4E | 0 | 18 | 3B | 19 | 24 | 30 | 35 |
| Octal | 300 | 222 | 116 | 0 | 30 | 73 | 31 | 44 | 60 | 65 |
| Binary | 11000000 | 10010010 | 1001110 | 0 | 11000 | 111011 | 11001 | 100100 | 110000 | 110101 |
Color Harmonies of #C0924E
Complementary color
Monochromatic Colors of #C0924E
Black with #C0924E
Text Example
Text Example
White with #C0924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0924E; }
p { color: rgb(192,146,78); }
H1.HeaderClassName
{
color: #C0924E;
}
.AnyTagClassName
{
color: #C0924E;
}
</style>
background-color css
<style>
a { background-color: #C0924E; }
a { background-color: rgb(192,146,78); }
div.DivClassName
{
background-color: #C0924E;
}
.BgClassName
{
background-color: #C0924E;
}
</style>
border-color css
<style>
span { border-color: #C0924E; }
span { border-color: rgb(192,146,78); }
td.TdClassName
{
border-color: #C0924E;
}
.TagClassName
{
border-color: #C0924E;
}
</style>