Shades of Tussock #C59848
Tints of Tussock #C59848
RGB
CMYK
RGB Variations
Color information
#C59848 (or 0xC59848) is known color: Tussock. HEX triplet: C5, 98 and 48. RGB value is (197,152,72). Sum of RGB (Red+Green+Blue) = 197+152+72=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C59848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59848 is #3A67B7. Grayscale: #9C9C9C. Windows color (decimal): -3827640 or 4757701. OLE color: 4757701.
HSL color Cylindrical-coordinate representation of color #C59848: hue angle of 38.4º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C59848 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 72 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.23 |
| HSL | 38.4º | 0.52% | 0.53% | - |
| HSV(B) | 38.4º | 0.63% | 0.77% | - |
| XYZ | 35.42 | 34.79 | 10.98 | - |
| YUV | 156.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 72 | 0 | 0.23 | 0.63 | 0.23 | 38.4 | 0.52 | 0.53 |
| Hex | C5 | 98 | 48 | 0 | 17 | 3F | 17 | 26 | 34 | 35 |
| Octal | 305 | 230 | 110 | 0 | 27 | 77 | 27 | 46 | 64 | 65 |
| Binary | 11000101 | 10011000 | 1001000 | 0 | 10111 | 111111 | 10111 | 100110 | 110100 | 110101 |
Color Harmonies of #C59848
Complementary color
Monochromatic Colors of #C59848
Black with #C59848
Text Example
Text Example
White with #C59848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59848; }
p { color: rgb(197,152,72); }
H1.HeaderClassName
{
color: #C59848;
}
.AnyTagClassName
{
color: #C59848;
}
</style>
background-color css
<style>
a { background-color: #C59848; }
a { background-color: rgb(197,152,72); }
div.DivClassName
{
background-color: #C59848;
}
.BgClassName
{
background-color: #C59848;
}
</style>
border-color css
<style>
span { border-color: #C59848; }
span { border-color: rgb(197,152,72); }
td.TdClassName
{
border-color: #C59848;
}
.TagClassName
{
border-color: #C59848;
}
</style>