Shades of Zest #C57139
Tints of Zest #C57139
RGB
CMYK
RGB Variations
Color information
#C57139 (or 0xC57139) is known color: Zest. HEX triplet: C5, 71 and 39. RGB value is (197,113,57). Sum of RGB (Red+Green+Blue) = 197+113+57=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C57139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57139 is #3A8EC6. Grayscale: #848484. Windows color (decimal): -3837639 or 3764677. OLE color: 3764677.
HSL color Cylindrical-coordinate representation of color #C57139: hue angle of 24º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C57139 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 57 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.23 |
| HSL | 24º | 0.55% | 0.5% | - |
| HSV(B) | 24º | 0.71% | 0.77% | - |
| XYZ | 29.67 | 23.98 | 6.93 | - |
| YUV | 131.73 | 85.83 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 57 | 0 | 0.43 | 0.71 | 0.23 | 24 | 0.55 | 0.5 |
| Hex | C5 | 71 | 39 | 0 | 2B | 47 | 17 | 18 | 37 | 32 |
| Octal | 305 | 161 | 71 | 0 | 53 | 107 | 27 | 30 | 67 | 62 |
| Binary | 11000101 | 1110001 | 111001 | 0 | 101011 | 1000111 | 10111 | 11000 | 110111 | 110010 |
Color Harmonies of #C57139
Complementary color
Monochromatic Colors of #C57139
Black with #C57139
Text Example
Text Example
White with #C57139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57139; }
p { color: rgb(197,113,57); }
H1.HeaderClassName
{
color: #C57139;
}
.AnyTagClassName
{
color: #C57139;
}
</style>
background-color css
<style>
a { background-color: #C57139; }
a { background-color: rgb(197,113,57); }
div.DivClassName
{
background-color: #C57139;
}
.BgClassName
{
background-color: #C57139;
}
</style>
border-color css
<style>
span { border-color: #C57139; }
span { border-color: rgb(197,113,57); }
td.TdClassName
{
border-color: #C57139;
}
.TagClassName
{
border-color: #C57139;
}
</style>