Shades of Tussock #C0934E
Tints of Tussock #C0934E
RGB
CMYK
RGB Variations
Color information
#C0934E (or 0xC0934E) is known color: Tussock. HEX triplet: C0, 93 and 4E. RGB value is (192,147,78). Sum of RGB (Red+Green+Blue) = 192+147+78=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0934E is #3F6CB1. Grayscale: #989898. Windows color (decimal): -4156594 or 5149632. OLE color: 5149632.
HSL color Cylindrical-coordinate representation of color #C0934E: hue angle of 36.32º 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 #C0934E is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 78 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.25 |
| HSL | 36.32º | 0.48% | 0.53% | - |
| HSV(B) | 36.32º | 0.59% | 0.75% | - |
| XYZ | 33.55 | 32.62 | 11.74 | - |
| YUV | 152.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 78 | 0 | 0.23 | 0.59 | 0.25 | 36.32 | 0.48 | 0.53 |
| Hex | C0 | 93 | 4E | 0 | 17 | 3B | 19 | 24 | 30 | 35 |
| Octal | 300 | 223 | 116 | 0 | 27 | 73 | 31 | 44 | 60 | 65 |
| Binary | 11000000 | 10010011 | 1001110 | 0 | 10111 | 111011 | 11001 | 100100 | 110000 | 110101 |
Color Harmonies of #C0934E
Complementary color
Monochromatic Colors of #C0934E
Black with #C0934E
Text Example
Text Example
White with #C0934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0934E; }
p { color: rgb(192,147,78); }
H1.HeaderClassName
{
color: #C0934E;
}
.AnyTagClassName
{
color: #C0934E;
}
</style>
background-color css
<style>
a { background-color: #C0934E; }
a { background-color: rgb(192,147,78); }
div.DivClassName
{
background-color: #C0934E;
}
.BgClassName
{
background-color: #C0934E;
}
</style>
border-color css
<style>
span { border-color: #C0934E; }
span { border-color: rgb(192,147,78); }
td.TdClassName
{
border-color: #C0934E;
}
.TagClassName
{
border-color: #C0934E;
}
</style>