Shades of Tussock #C09144
Tints of Tussock #C09144
RGB
CMYK
RGB Variations
Color information
#C09144 (or 0xC09144) is known color: Tussock. HEX triplet: C0, 91 and 44. RGB value is (192,145,68). Sum of RGB (Red+Green+Blue) = 192+145+68=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C09144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09144 is #3F6EBB. Grayscale: #969696. Windows color (decimal): -4157116 or 4493760. OLE color: 4493760.
HSL color Cylindrical-coordinate representation of color #C09144: hue angle of 37.26º 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 #C09144 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 68 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.25 |
| HSL | 37.26º | 0.5% | 0.51% | - |
| HSV(B) | 37.26º | 0.65% | 0.75% | - |
| XYZ | 32.91 | 31.87 | 9.89 | - |
| YUV | 150.28 | 81.57 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 68 | 0 | 0.24 | 0.65 | 0.25 | 37.26 | 0.5 | 0.51 |
| Hex | C0 | 91 | 44 | 0 | 18 | 41 | 19 | 25 | 32 | 33 |
| Octal | 300 | 221 | 104 | 0 | 30 | 101 | 31 | 45 | 62 | 63 |
| Binary | 11000000 | 10010001 | 1000100 | 0 | 11000 | 1000001 | 11001 | 100101 | 110010 | 110011 |
Color Harmonies of #C09144
Complementary color
Monochromatic Colors of #C09144
Black with #C09144
Text Example
Text Example
White with #C09144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09144; }
p { color: rgb(192,145,68); }
H1.HeaderClassName
{
color: #C09144;
}
.AnyTagClassName
{
color: #C09144;
}
</style>
background-color css
<style>
a { background-color: #C09144; }
a { background-color: rgb(192,145,68); }
div.DivClassName
{
background-color: #C09144;
}
.BgClassName
{
background-color: #C09144;
}
</style>
border-color css
<style>
span { border-color: #C09144; }
span { border-color: rgb(192,145,68); }
td.TdClassName
{
border-color: #C09144;
}
.TagClassName
{
border-color: #C09144;
}
</style>