Shades of Tussock #C58E4E
Tints of Tussock #C58E4E
RGB
CMYK
RGB Variations
Color information
#C58E4E (or 0xC58E4E) is known color: Tussock. HEX triplet: C5, 8E and 4E. RGB value is (197,142,78). Sum of RGB (Red+Green+Blue) = 197+142+78=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E4E is #3A71B1. Grayscale: #979797. Windows color (decimal): -3830194 or 5148357. OLE color: 5148357.
HSL color Cylindrical-coordinate representation of color #C58E4E: hue angle of 32.27º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C58E4E is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 78 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.23 |
| HSL | 32.27º | 0.51% | 0.54% | - |
| HSV(B) | 32.27º | 0.6% | 0.77% | - |
| XYZ | 34.07 | 31.77 | 11.54 | - |
| YUV | 151.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 78 | 0 | 0.28 | 0.60 | 0.23 | 32.27 | 0.51 | 0.54 |
| Hex | C5 | 8E | 4E | 0 | 1C | 3C | 17 | 20 | 33 | 36 |
| Octal | 305 | 216 | 116 | 0 | 34 | 74 | 27 | 40 | 63 | 66 |
| Binary | 11000101 | 10001110 | 1001110 | 0 | 11100 | 111100 | 10111 | 100000 | 110011 | 110110 |
Color Harmonies of #C58E4E
Complementary color
Monochromatic Colors of #C58E4E
Black with #C58E4E
Text Example
Text Example
White with #C58E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E4E; }
p { color: rgb(197,142,78); }
H1.HeaderClassName
{
color: #C58E4E;
}
.AnyTagClassName
{
color: #C58E4E;
}
</style>
background-color css
<style>
a { background-color: #C58E4E; }
a { background-color: rgb(197,142,78); }
div.DivClassName
{
background-color: #C58E4E;
}
.BgClassName
{
background-color: #C58E4E;
}
</style>
border-color css
<style>
span { border-color: #C58E4E; }
span { border-color: rgb(197,142,78); }
td.TdClassName
{
border-color: #C58E4E;
}
.TagClassName
{
border-color: #C58E4E;
}
</style>