Shades of Tussock #C09A49
Tints of Tussock #C09A49
RGB
CMYK
RGB Variations
Color information
#C09A49 (or 0xC09A49) is known color: Tussock. HEX triplet: C0, 9A and 49. RGB value is (192,154,73). Sum of RGB (Red+Green+Blue) = 192+154+73=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A49 is #3F65B6. Grayscale: #9C9C9C. Windows color (decimal): -4154807 or 4823744. OLE color: 4823744.
HSL color Cylindrical-coordinate representation of color #C09A49: hue angle of 40.84º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09A49 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 73 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.25 |
| HSL | 40.84º | 0.49% | 0.52% | - |
| HSV(B) | 40.84º | 0.62% | 0.75% | - |
| XYZ | 34.5 | 34.8 | 11.2 | - |
| YUV | 156.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 73 | 0 | 0.20 | 0.62 | 0.25 | 40.84 | 0.49 | 0.52 |
| Hex | C0 | 9A | 49 | 0 | 14 | 3E | 19 | 29 | 31 | 34 |
| Octal | 300 | 232 | 111 | 0 | 24 | 76 | 31 | 51 | 61 | 64 |
| Binary | 11000000 | 10011010 | 1001001 | 0 | 10100 | 111110 | 11001 | 101001 | 110001 | 110100 |
Color Harmonies of #C09A49
Complementary color
Monochromatic Colors of #C09A49
Black with #C09A49
Text Example
Text Example
White with #C09A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A49; }
p { color: rgb(192,154,73); }
H1.HeaderClassName
{
color: #C09A49;
}
.AnyTagClassName
{
color: #C09A49;
}
</style>
background-color css
<style>
a { background-color: #C09A49; }
a { background-color: rgb(192,154,73); }
div.DivClassName
{
background-color: #C09A49;
}
.BgClassName
{
background-color: #C09A49;
}
</style>
border-color css
<style>
span { border-color: #C09A49; }
span { border-color: rgb(192,154,73); }
td.TdClassName
{
border-color: #C09A49;
}
.TagClassName
{
border-color: #C09A49;
}
</style>