Shades of Tussock #C09C4E
Tints of Tussock #C09C4E
RGB
CMYK
RGB Variations
Color information
#C09C4E (or 0xC09C4E) is known color: Tussock. HEX triplet: C0, 9C and 4E. RGB value is (192,156,78). Sum of RGB (Red+Green+Blue) = 192+156+78=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C4E is #3F63B1. Grayscale: #9E9E9E. Windows color (decimal): -4154290 or 5151936. OLE color: 5151936.
HSL color Cylindrical-coordinate representation of color #C09C4E: hue angle of 41.05º 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 #C09C4E is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 78 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.25 |
| HSL | 41.05º | 0.48% | 0.53% | - |
| HSV(B) | 41.05º | 0.59% | 0.75% | - |
| XYZ | 35 | 35.53 | 12.22 | - |
| YUV | 157.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 78 | 0 | 0.19 | 0.59 | 0.25 | 41.05 | 0.48 | 0.53 |
| Hex | C0 | 9C | 4E | 0 | 13 | 3B | 19 | 29 | 30 | 35 |
| Octal | 300 | 234 | 116 | 0 | 23 | 73 | 31 | 51 | 60 | 65 |
| Binary | 11000000 | 10011100 | 1001110 | 0 | 10011 | 111011 | 11001 | 101001 | 110000 | 110101 |
Color Harmonies of #C09C4E
Complementary color
Monochromatic Colors of #C09C4E
Black with #C09C4E
Text Example
Text Example
White with #C09C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C4E; }
p { color: rgb(192,156,78); }
H1.HeaderClassName
{
color: #C09C4E;
}
.AnyTagClassName
{
color: #C09C4E;
}
</style>
background-color css
<style>
a { background-color: #C09C4E; }
a { background-color: rgb(192,156,78); }
div.DivClassName
{
background-color: #C09C4E;
}
.BgClassName
{
background-color: #C09C4E;
}
</style>
border-color css
<style>
span { border-color: #C09C4E; }
span { border-color: rgb(192,156,78); }
td.TdClassName
{
border-color: #C09C4E;
}
.TagClassName
{
border-color: #C09C4E;
}
</style>