Shades of Tussock #C09147
Tints of Tussock #C09147
RGB
CMYK
RGB Variations
Color information
#C09147 (or 0xC09147) is known color: Tussock. HEX triplet: C0, 91 and 47. RGB value is (192,145,71). Sum of RGB (Red+Green+Blue) = 192+145+71=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C09147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09147 is #3F6EB8. Grayscale: #969696. Windows color (decimal): -4157113 or 4690368. OLE color: 4690368.
HSL color Cylindrical-coordinate representation of color #C09147: hue angle of 36.69º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C09147 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 71 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.25 |
| HSL | 36.69º | 0.49% | 0.52% | - |
| HSV(B) | 36.69º | 0.63% | 0.75% | - |
| XYZ | 33 | 31.91 | 10.38 | - |
| YUV | 150.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 71 | 0 | 0.24 | 0.63 | 0.25 | 36.69 | 0.49 | 0.52 |
| Hex | C0 | 91 | 47 | 0 | 18 | 3F | 19 | 25 | 31 | 34 |
| Octal | 300 | 221 | 107 | 0 | 30 | 77 | 31 | 45 | 61 | 64 |
| Binary | 11000000 | 10010001 | 1000111 | 0 | 11000 | 111111 | 11001 | 100101 | 110001 | 110100 |
Color Harmonies of #C09147
Complementary color
Monochromatic Colors of #C09147
Black with #C09147
Text Example
Text Example
White with #C09147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09147; }
p { color: rgb(192,145,71); }
H1.HeaderClassName
{
color: #C09147;
}
.AnyTagClassName
{
color: #C09147;
}
</style>
background-color css
<style>
a { background-color: #C09147; }
a { background-color: rgb(192,145,71); }
div.DivClassName
{
background-color: #C09147;
}
.BgClassName
{
background-color: #C09147;
}
</style>
border-color css
<style>
span { border-color: #C09147; }
span { border-color: rgb(192,145,71); }
td.TdClassName
{
border-color: #C09147;
}
.TagClassName
{
border-color: #C09147;
}
</style>