Shades of Tussock #C09A47
Tints of Tussock #C09A47
RGB
CMYK
RGB Variations
Color information
#C09A47 (or 0xC09A47) is known color: Tussock. HEX triplet: C0, 9A and 47. RGB value is (192,154,71). Sum of RGB (Red+Green+Blue) = 192+154+71=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A47 is #3F65B8. Grayscale: #9C9C9C. Windows color (decimal): -4154809 or 4692672. OLE color: 4692672.
HSL color Cylindrical-coordinate representation of color #C09A47: hue angle of 41.16º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C09A47 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 71 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.25 |
| HSL | 41.16º | 0.49% | 0.52% | - |
| HSV(B) | 41.16º | 0.63% | 0.75% | - |
| XYZ | 34.43 | 34.77 | 10.86 | - |
| YUV | 155.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 71 | 0 | 0.20 | 0.63 | 0.25 | 41.16 | 0.49 | 0.52 |
| Hex | C0 | 9A | 47 | 0 | 14 | 3F | 19 | 29 | 31 | 34 |
| Octal | 300 | 232 | 107 | 0 | 24 | 77 | 31 | 51 | 61 | 64 |
| Binary | 11000000 | 10011010 | 1000111 | 0 | 10100 | 111111 | 11001 | 101001 | 110001 | 110100 |
Color Harmonies of #C09A47
Complementary color
Monochromatic Colors of #C09A47
Black with #C09A47
Text Example
Text Example
White with #C09A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A47; }
p { color: rgb(192,154,71); }
H1.HeaderClassName
{
color: #C09A47;
}
.AnyTagClassName
{
color: #C09A47;
}
</style>
background-color css
<style>
a { background-color: #C09A47; }
a { background-color: rgb(192,154,71); }
div.DivClassName
{
background-color: #C09A47;
}
.BgClassName
{
background-color: #C09A47;
}
</style>
border-color css
<style>
span { border-color: #C09A47; }
span { border-color: rgb(192,154,71); }
td.TdClassName
{
border-color: #C09A47;
}
.TagClassName
{
border-color: #C09A47;
}
</style>