Shades of Zest #C57740
Tints of Zest #C57740
RGB
CMYK
RGB Variations
Color information
#C57740 (or 0xC57740) is known color: Zest. HEX triplet: C5, 77 and 40. RGB value is (197,119,64). Sum of RGB (Red+Green+Blue) = 197+119+64=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C57740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57740 is #3A88BF. Grayscale: #888888. Windows color (decimal): -3836096 or 4224965. OLE color: 4224965.
HSL color Cylindrical-coordinate representation of color #C57740: hue angle of 24.81º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C57740 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 64 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.23 |
| HSL | 24.81º | 0.53% | 0.51% | - |
| HSV(B) | 24.81º | 0.68% | 0.77% | - |
| XYZ | 30.55 | 25.43 | 8.15 | - |
| YUV | 136.05 | 87.34 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 64 | 0 | 0.40 | 0.68 | 0.23 | 24.81 | 0.53 | 0.51 |
| Hex | C5 | 77 | 40 | 0 | 28 | 44 | 17 | 19 | 35 | 33 |
| Octal | 305 | 167 | 100 | 0 | 50 | 104 | 27 | 31 | 65 | 63 |
| Binary | 11000101 | 1110111 | 1000000 | 0 | 101000 | 1000100 | 10111 | 11001 | 110101 | 110011 |
Color Harmonies of #C57740
Complementary color
Monochromatic Colors of #C57740
Black with #C57740
Text Example
Text Example
White with #C57740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57740; }
p { color: rgb(197,119,64); }
H1.HeaderClassName
{
color: #C57740;
}
.AnyTagClassName
{
color: #C57740;
}
</style>
background-color css
<style>
a { background-color: #C57740; }
a { background-color: rgb(197,119,64); }
div.DivClassName
{
background-color: #C57740;
}
.BgClassName
{
background-color: #C57740;
}
</style>
border-color css
<style>
span { border-color: #C57740; }
span { border-color: rgb(197,119,64); }
td.TdClassName
{
border-color: #C57740;
}
.TagClassName
{
border-color: #C57740;
}
</style>