Shades of Tussock #C09551
Tints of Tussock #C09551
RGB
CMYK
RGB Variations
Color information
#C09551 (or 0xC09551) is known color: Tussock. HEX triplet: C0, 95 and 51. RGB value is (192,149,81). Sum of RGB (Red+Green+Blue) = 192+149+81=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C09551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09551 is #3F6AAE. Grayscale: #9A9A9A. Windows color (decimal): -4156079 or 5346752. OLE color: 5346752.
HSL color Cylindrical-coordinate representation of color #C09551: hue angle of 36.76º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C09551 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 81 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.25 |
| HSL | 36.76º | 0.47% | 0.54% | - |
| HSV(B) | 36.76º | 0.58% | 0.75% | - |
| XYZ | 33.97 | 33.3 | 12.42 | - |
| YUV | 154.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 81 | 0 | 0.22 | 0.58 | 0.25 | 36.76 | 0.47 | 0.54 |
| Hex | C0 | 95 | 51 | 0 | 16 | 3A | 19 | 25 | 2F | 36 |
| Octal | 300 | 225 | 121 | 0 | 26 | 72 | 31 | 45 | 57 | 66 |
| Binary | 11000000 | 10010101 | 1010001 | 0 | 10110 | 111010 | 11001 | 100101 | 101111 | 110110 |
Color Harmonies of #C09551
Complementary color
Monochromatic Colors of #C09551
Black with #C09551
Text Example
Text Example
White with #C09551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09551; }
p { color: rgb(192,149,81); }
H1.HeaderClassName
{
color: #C09551;
}
.AnyTagClassName
{
color: #C09551;
}
</style>
background-color css
<style>
a { background-color: #C09551; }
a { background-color: rgb(192,149,81); }
div.DivClassName
{
background-color: #C09551;
}
.BgClassName
{
background-color: #C09551;
}
</style>
border-color css
<style>
span { border-color: #C09551; }
span { border-color: rgb(192,149,81); }
td.TdClassName
{
border-color: #C09551;
}
.TagClassName
{
border-color: #C09551;
}
</style>