Shades of Tussock #C09951
Tints of Tussock #C09951
RGB
CMYK
RGB Variations
Color information
#C09951 (or 0xC09951) is known color: Tussock. HEX triplet: C0, 99 and 51. RGB value is (192,153,81). Sum of RGB (Red+Green+Blue) = 192+153+81=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09951 is #3F66AE. Grayscale: #9C9C9C. Windows color (decimal): -4155055 or 5347776. OLE color: 5347776.
HSL color Cylindrical-coordinate representation of color #C09951: hue angle of 38.92º 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 #C09951 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 81 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.25 |
| HSL | 38.92º | 0.47% | 0.54% | - |
| HSV(B) | 38.92º | 0.58% | 0.75% | - |
| XYZ | 34.61 | 34.58 | 12.64 | - |
| YUV | 156.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 81 | 0 | 0.20 | 0.58 | 0.25 | 38.92 | 0.47 | 0.54 |
| Hex | C0 | 99 | 51 | 0 | 14 | 3A | 19 | 27 | 2F | 36 |
| Octal | 300 | 231 | 121 | 0 | 24 | 72 | 31 | 47 | 57 | 66 |
| Binary | 11000000 | 10011001 | 1010001 | 0 | 10100 | 111010 | 11001 | 100111 | 101111 | 110110 |
Color Harmonies of #C09951
Complementary color
Monochromatic Colors of #C09951
Black with #C09951
Text Example
Text Example
White with #C09951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09951; }
p { color: rgb(192,153,81); }
H1.HeaderClassName
{
color: #C09951;
}
.AnyTagClassName
{
color: #C09951;
}
</style>
background-color css
<style>
a { background-color: #C09951; }
a { background-color: rgb(192,153,81); }
div.DivClassName
{
background-color: #C09951;
}
.BgClassName
{
background-color: #C09951;
}
</style>
border-color css
<style>
span { border-color: #C09951; }
span { border-color: rgb(192,153,81); }
td.TdClassName
{
border-color: #C09951;
}
.TagClassName
{
border-color: #C09951;
}
</style>