Shades of Tussock #C09A4D
Tints of Tussock #C09A4D
RGB
CMYK
RGB Variations
Color information
#C09A4D (or 0xC09A4D) is known color: Tussock. HEX triplet: C0, 9A and 4D. RGB value is (192,154,77). Sum of RGB (Red+Green+Blue) = 192+154+77=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A4D is #3F65B2. Grayscale: #9C9C9C. Windows color (decimal): -4154803 or 5085888. OLE color: 5085888.
HSL color Cylindrical-coordinate representation of color #C09A4D: hue angle of 40.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C09A4D is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 77 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.25 |
| HSL | 40.17º | 0.48% | 0.53% | - |
| HSV(B) | 40.17º | 0.6% | 0.75% | - |
| XYZ | 34.63 | 34.85 | 11.92 | - |
| YUV | 156.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 77 | 0 | 0.20 | 0.60 | 0.25 | 40.17 | 0.48 | 0.53 |
| Hex | C0 | 9A | 4D | 0 | 14 | 3C | 19 | 28 | 30 | 35 |
| Octal | 300 | 232 | 115 | 0 | 24 | 74 | 31 | 50 | 60 | 65 |
| Binary | 11000000 | 10011010 | 1001101 | 0 | 10100 | 111100 | 11001 | 101000 | 110000 | 110101 |
Color Harmonies of #C09A4D
Complementary color
Monochromatic Colors of #C09A4D
Black with #C09A4D
Text Example
Text Example
White with #C09A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A4D; }
p { color: rgb(192,154,77); }
H1.HeaderClassName
{
color: #C09A4D;
}
.AnyTagClassName
{
color: #C09A4D;
}
</style>
background-color css
<style>
a { background-color: #C09A4D; }
a { background-color: rgb(192,154,77); }
div.DivClassName
{
background-color: #C09A4D;
}
.BgClassName
{
background-color: #C09A4D;
}
</style>
border-color css
<style>
span { border-color: #C09A4D; }
span { border-color: rgb(192,154,77); }
td.TdClassName
{
border-color: #C09A4D;
}
.TagClassName
{
border-color: #C09A4D;
}
</style>