Shades of Tussock #C09A4F
Tints of Tussock #C09A4F
RGB
CMYK
RGB Variations
Color information
#C09A4F (or 0xC09A4F) is known color: Tussock. HEX triplet: C0, 9A and 4F. RGB value is (192,154,79). Sum of RGB (Red+Green+Blue) = 192+154+79=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A4F is #3F65B0. Grayscale: #9D9D9D. Windows color (decimal): -4154801 or 5216960. OLE color: 5216960.
HSL color Cylindrical-coordinate representation of color #C09A4F: hue angle of 39.82º 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 #C09A4F is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 79 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.25 |
| HSL | 39.82º | 0.47% | 0.53% | - |
| HSV(B) | 39.82º | 0.59% | 0.75% | - |
| XYZ | 34.71 | 34.88 | 12.3 | - |
| YUV | 156.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 79 | 0 | 0.20 | 0.59 | 0.25 | 39.82 | 0.47 | 0.53 |
| Hex | C0 | 9A | 4F | 0 | 14 | 3B | 19 | 28 | 2F | 35 |
| Octal | 300 | 232 | 117 | 0 | 24 | 73 | 31 | 50 | 57 | 65 |
| Binary | 11000000 | 10011010 | 1001111 | 0 | 10100 | 111011 | 11001 | 101000 | 101111 | 110101 |
Color Harmonies of #C09A4F
Complementary color
Monochromatic Colors of #C09A4F
Black with #C09A4F
Text Example
Text Example
White with #C09A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A4F; }
p { color: rgb(192,154,79); }
H1.HeaderClassName
{
color: #C09A4F;
}
.AnyTagClassName
{
color: #C09A4F;
}
</style>
background-color css
<style>
a { background-color: #C09A4F; }
a { background-color: rgb(192,154,79); }
div.DivClassName
{
background-color: #C09A4F;
}
.BgClassName
{
background-color: #C09A4F;
}
</style>
border-color css
<style>
span { border-color: #C09A4F; }
span { border-color: rgb(192,154,79); }
td.TdClassName
{
border-color: #C09A4F;
}
.TagClassName
{
border-color: #C09A4F;
}
</style>