Shades of Tussock #C09C4F
Tints of Tussock #C09C4F
RGB
CMYK
RGB Variations
Color information
#C09C4F (or 0xC09C4F) is known color: Tussock. HEX triplet: C0, 9C and 4F. RGB value is (192,156,79). Sum of RGB (Red+Green+Blue) = 192+156+79=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C4F is #3F63B0. Grayscale: #9E9E9E. Windows color (decimal): -4154289 or 5217472. OLE color: 5217472.
HSL color Cylindrical-coordinate representation of color #C09C4F: hue angle of 40.88º 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 #C09C4F is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 79 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.25 |
| HSL | 40.88º | 0.47% | 0.53% | - |
| HSV(B) | 40.88º | 0.59% | 0.75% | - |
| XYZ | 35.04 | 35.55 | 12.41 | - |
| YUV | 157.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 79 | 0 | 0.19 | 0.59 | 0.25 | 40.88 | 0.47 | 0.53 |
| Hex | C0 | 9C | 4F | 0 | 13 | 3B | 19 | 29 | 2F | 35 |
| Octal | 300 | 234 | 117 | 0 | 23 | 73 | 31 | 51 | 57 | 65 |
| Binary | 11000000 | 10011100 | 1001111 | 0 | 10011 | 111011 | 11001 | 101001 | 101111 | 110101 |
Color Harmonies of #C09C4F
Complementary color
Monochromatic Colors of #C09C4F
Black with #C09C4F
Text Example
Text Example
White with #C09C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C4F; }
p { color: rgb(192,156,79); }
H1.HeaderClassName
{
color: #C09C4F;
}
.AnyTagClassName
{
color: #C09C4F;
}
</style>
background-color css
<style>
a { background-color: #C09C4F; }
a { background-color: rgb(192,156,79); }
div.DivClassName
{
background-color: #C09C4F;
}
.BgClassName
{
background-color: #C09C4F;
}
</style>
border-color css
<style>
span { border-color: #C09C4F; }
span { border-color: rgb(192,156,79); }
td.TdClassName
{
border-color: #C09C4F;
}
.TagClassName
{
border-color: #C09C4F;
}
</style>