Shades of Tussock #C09651
Tints of Tussock #C09651
RGB
CMYK
RGB Variations
Color information
#C09651 (or 0xC09651) is known color: Tussock. HEX triplet: C0, 96 and 51. RGB value is (192,150,81). Sum of RGB (Red+Green+Blue) = 192+150+81=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C09651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09651 is #3F69AE. Grayscale: #9B9B9B. Windows color (decimal): -4155823 or 5347008. OLE color: 5347008.
HSL color Cylindrical-coordinate representation of color #C09651: hue angle of 37.3º 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 #C09651 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 81 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.25 |
| HSL | 37.3º | 0.47% | 0.54% | - |
| HSV(B) | 37.3º | 0.58% | 0.75% | - |
| XYZ | 34.13 | 33.61 | 12.47 | - |
| YUV | 154.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 81 | 0 | 0.22 | 0.58 | 0.25 | 37.3 | 0.47 | 0.54 |
| Hex | C0 | 96 | 51 | 0 | 16 | 3A | 19 | 25 | 2F | 36 |
| Octal | 300 | 226 | 121 | 0 | 26 | 72 | 31 | 45 | 57 | 66 |
| Binary | 11000000 | 10010110 | 1010001 | 0 | 10110 | 111010 | 11001 | 100101 | 101111 | 110110 |
Color Harmonies of #C09651
Complementary color
Monochromatic Colors of #C09651
Black with #C09651
Text Example
Text Example
White with #C09651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09651; }
p { color: rgb(192,150,81); }
H1.HeaderClassName
{
color: #C09651;
}
.AnyTagClassName
{
color: #C09651;
}
</style>
background-color css
<style>
a { background-color: #C09651; }
a { background-color: rgb(192,150,81); }
div.DivClassName
{
background-color: #C09651;
}
.BgClassName
{
background-color: #C09651;
}
</style>
border-color css
<style>
span { border-color: #C09651; }
span { border-color: rgb(192,150,81); }
td.TdClassName
{
border-color: #C09651;
}
.TagClassName
{
border-color: #C09651;
}
</style>