Shades of Tussock #C09A52
Tints of Tussock #C09A52
RGB
CMYK
RGB Variations
Color information
#C09A52 (or 0xC09A52) is known color: Tussock. HEX triplet: C0, 9A and 52. RGB value is (192,154,82). Sum of RGB (Red+Green+Blue) = 192+154+82=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A52 is #3F65AD. Grayscale: #9D9D9D. Windows color (decimal): -4154798 or 5413568. OLE color: 5413568.
HSL color Cylindrical-coordinate representation of color #C09A52: hue angle of 39.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C09A52 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 82 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.25 |
| HSL | 39.27º | 0.47% | 0.54% | - |
| HSV(B) | 39.27º | 0.57% | 0.75% | - |
| XYZ | 34.82 | 34.93 | 12.89 | - |
| YUV | 157.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 82 | 0 | 0.20 | 0.57 | 0.25 | 39.27 | 0.47 | 0.54 |
| Hex | C0 | 9A | 52 | 0 | 14 | 39 | 19 | 27 | 2F | 36 |
| Octal | 300 | 232 | 122 | 0 | 24 | 71 | 31 | 47 | 57 | 66 |
| Binary | 11000000 | 10011010 | 1010010 | 0 | 10100 | 111001 | 11001 | 100111 | 101111 | 110110 |
Color Harmonies of #C09A52
Complementary color
Monochromatic Colors of #C09A52
Black with #C09A52
Text Example
Text Example
White with #C09A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A52; }
p { color: rgb(192,154,82); }
H1.HeaderClassName
{
color: #C09A52;
}
.AnyTagClassName
{
color: #C09A52;
}
</style>
background-color css
<style>
a { background-color: #C09A52; }
a { background-color: rgb(192,154,82); }
div.DivClassName
{
background-color: #C09A52;
}
.BgClassName
{
background-color: #C09A52;
}
</style>
border-color css
<style>
span { border-color: #C09A52; }
span { border-color: rgb(192,154,82); }
td.TdClassName
{
border-color: #C09A52;
}
.TagClassName
{
border-color: #C09A52;
}
</style>