Shades of Tussock #C09248
Tints of Tussock #C09248
RGB
CMYK
RGB Variations
Color information
#C09248 (or 0xC09248) is known color: Tussock. HEX triplet: C0, 92 and 48. RGB value is (192,146,72). Sum of RGB (Red+Green+Blue) = 192+146+72=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C09248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09248 is #3F6DB7. Grayscale: #979797. Windows color (decimal): -4156856 or 4756160. OLE color: 4756160.
HSL color Cylindrical-coordinate representation of color #C09248: hue angle of 37º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C09248 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 72 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.25 |
| HSL | 37º | 0.49% | 0.52% | - |
| HSV(B) | 37º | 0.63% | 0.75% | - |
| XYZ | 33.19 | 32.23 | 10.6 | - |
| YUV | 151.32 | 83.24 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 72 | 0 | 0.24 | 0.63 | 0.25 | 37 | 0.49 | 0.52 |
| Hex | C0 | 92 | 48 | 0 | 18 | 3F | 19 | 25 | 31 | 34 |
| Octal | 300 | 222 | 110 | 0 | 30 | 77 | 31 | 45 | 61 | 64 |
| Binary | 11000000 | 10010010 | 1001000 | 0 | 11000 | 111111 | 11001 | 100101 | 110001 | 110100 |
Color Harmonies of #C09248
Complementary color
Monochromatic Colors of #C09248
Black with #C09248
Text Example
Text Example
White with #C09248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09248; }
p { color: rgb(192,146,72); }
H1.HeaderClassName
{
color: #C09248;
}
.AnyTagClassName
{
color: #C09248;
}
</style>
background-color css
<style>
a { background-color: #C09248; }
a { background-color: rgb(192,146,72); }
div.DivClassName
{
background-color: #C09248;
}
.BgClassName
{
background-color: #C09248;
}
</style>
border-color css
<style>
span { border-color: #C09248; }
span { border-color: rgb(192,146,72); }
td.TdClassName
{
border-color: #C09248;
}
.TagClassName
{
border-color: #C09248;
}
</style>