Shades of Tussock #C09244
Tints of Tussock #C09244
RGB
CMYK
RGB Variations
Color information
#C09244 (or 0xC09244) is known color: Tussock. HEX triplet: C0, 92 and 44. RGB value is (192,146,68). Sum of RGB (Red+Green+Blue) = 192+146+68=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09244 is #3F6DBB. Grayscale: #979797. Windows color (decimal): -4156860 or 4494016. OLE color: 4494016.
HSL color Cylindrical-coordinate representation of color #C09244: hue angle of 37.74º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C09244 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 68 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.25 |
| HSL | 37.74º | 0.5% | 0.51% | - |
| HSV(B) | 37.74º | 0.65% | 0.75% | - |
| XYZ | 33.06 | 32.18 | 9.94 | - |
| YUV | 150.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 68 | 0 | 0.24 | 0.65 | 0.25 | 37.74 | 0.5 | 0.51 |
| Hex | C0 | 92 | 44 | 0 | 18 | 41 | 19 | 26 | 32 | 33 |
| Octal | 300 | 222 | 104 | 0 | 30 | 101 | 31 | 46 | 62 | 63 |
| Binary | 11000000 | 10010010 | 1000100 | 0 | 11000 | 1000001 | 11001 | 100110 | 110010 | 110011 |
Color Harmonies of #C09244
Complementary color
Monochromatic Colors of #C09244
Black with #C09244
Text Example
Text Example
White with #C09244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09244; }
p { color: rgb(192,146,68); }
H1.HeaderClassName
{
color: #C09244;
}
.AnyTagClassName
{
color: #C09244;
}
</style>
background-color css
<style>
a { background-color: #C09244; }
a { background-color: rgb(192,146,68); }
div.DivClassName
{
background-color: #C09244;
}
.BgClassName
{
background-color: #C09244;
}
</style>
border-color css
<style>
span { border-color: #C09244; }
span { border-color: rgb(192,146,68); }
td.TdClassName
{
border-color: #C09244;
}
.TagClassName
{
border-color: #C09244;
}
</style>