Shades of Tussock #C09D4E
Tints of Tussock #C09D4E
RGB
CMYK
RGB Variations
Color information
#C09D4E (or 0xC09D4E) is known color: Tussock. HEX triplet: C0, 9D and 4E. RGB value is (192,157,78). Sum of RGB (Red+Green+Blue) = 192+157+78=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09D4E is #3F62B1. Grayscale: #9E9E9E. Windows color (decimal): -4154034 or 5152192. OLE color: 5152192.
HSL color Cylindrical-coordinate representation of color #C09D4E: hue angle of 41.58º 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 #C09D4E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 78 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.25 |
| HSL | 41.58º | 0.48% | 0.53% | - |
| HSV(B) | 41.58º | 0.59% | 0.75% | - |
| XYZ | 35.17 | 35.87 | 12.28 | - |
| YUV | 158.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 78 | 0 | 0.18 | 0.59 | 0.25 | 41.58 | 0.48 | 0.53 |
| Hex | C0 | 9D | 4E | 0 | 12 | 3B | 19 | 2A | 30 | 35 |
| Octal | 300 | 235 | 116 | 0 | 22 | 73 | 31 | 52 | 60 | 65 |
| Binary | 11000000 | 10011101 | 1001110 | 0 | 10010 | 111011 | 11001 | 101010 | 110000 | 110101 |
Color Harmonies of #C09D4E
Complementary color
Monochromatic Colors of #C09D4E
Black with #C09D4E
Text Example
Text Example
White with #C09D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D4E; }
p { color: rgb(192,157,78); }
H1.HeaderClassName
{
color: #C09D4E;
}
.AnyTagClassName
{
color: #C09D4E;
}
</style>
background-color css
<style>
a { background-color: #C09D4E; }
a { background-color: rgb(192,157,78); }
div.DivClassName
{
background-color: #C09D4E;
}
.BgClassName
{
background-color: #C09D4E;
}
</style>
border-color css
<style>
span { border-color: #C09D4E; }
span { border-color: rgb(192,157,78); }
td.TdClassName
{
border-color: #C09D4E;
}
.TagClassName
{
border-color: #C09D4E;
}
</style>