Shades of Tussock #C09A50
Tints of Tussock #C09A50
RGB
CMYK
RGB Variations
Color information
#C09A50 (or 0xC09A50) is known color: Tussock. HEX triplet: C0, 9A and 50. RGB value is (192,154,80). Sum of RGB (Red+Green+Blue) = 192+154+80=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A50 is #3F65AF. Grayscale: #9D9D9D. Windows color (decimal): -4154800 or 5282496. OLE color: 5282496.
HSL color Cylindrical-coordinate representation of color #C09A50: hue angle of 39.64º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C09A50 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 80 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.25 |
| HSL | 39.64º | 0.47% | 0.53% | - |
| HSV(B) | 39.64º | 0.58% | 0.75% | - |
| XYZ | 34.74 | 34.9 | 12.49 | - |
| YUV | 156.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 80 | 0 | 0.20 | 0.58 | 0.25 | 39.64 | 0.47 | 0.53 |
| Hex | C0 | 9A | 50 | 0 | 14 | 3A | 19 | 28 | 2F | 35 |
| Octal | 300 | 232 | 120 | 0 | 24 | 72 | 31 | 50 | 57 | 65 |
| Binary | 11000000 | 10011010 | 1010000 | 0 | 10100 | 111010 | 11001 | 101000 | 101111 | 110101 |
Color Harmonies of #C09A50
Complementary color
Monochromatic Colors of #C09A50
Black with #C09A50
Text Example
Text Example
White with #C09A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A50; }
p { color: rgb(192,154,80); }
H1.HeaderClassName
{
color: #C09A50;
}
.AnyTagClassName
{
color: #C09A50;
}
</style>
background-color css
<style>
a { background-color: #C09A50; }
a { background-color: rgb(192,154,80); }
div.DivClassName
{
background-color: #C09A50;
}
.BgClassName
{
background-color: #C09A50;
}
</style>
border-color css
<style>
span { border-color: #C09A50; }
span { border-color: rgb(192,154,80); }
td.TdClassName
{
border-color: #C09A50;
}
.TagClassName
{
border-color: #C09A50;
}
</style>