Shades of Zest #C57043
Tints of Zest #C57043
RGB
CMYK
RGB Variations
Color information
#C57043 (or 0xC57043) is known color: Zest. HEX triplet: C5, 70 and 43. RGB value is (197,112,67). Sum of RGB (Red+Green+Blue) = 197+112+67=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C57043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57043 is #3A8FBC. Grayscale: #848484. Windows color (decimal): -3837885 or 4419781. OLE color: 4419781.
HSL color Cylindrical-coordinate representation of color #C57043: hue angle of 20.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C57043 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 67 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.23 |
| HSL | 20.77º | 0.53% | 0.52% | - |
| HSV(B) | 20.77º | 0.66% | 0.77% | - |
| XYZ | 29.83 | 23.86 | 8.34 | - |
| YUV | 132.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 67 | 0 | 0.43 | 0.66 | 0.23 | 20.77 | 0.53 | 0.52 |
| Hex | C5 | 70 | 43 | 0 | 2B | 42 | 17 | 15 | 35 | 34 |
| Octal | 305 | 160 | 103 | 0 | 53 | 102 | 27 | 25 | 65 | 64 |
| Binary | 11000101 | 1110000 | 1000011 | 0 | 101011 | 1000010 | 10111 | 10101 | 110101 | 110100 |
Color Harmonies of #C57043
Complementary color
Monochromatic Colors of #C57043
Black with #C57043
Text Example
Text Example
White with #C57043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57043; }
p { color: rgb(197,112,67); }
H1.HeaderClassName
{
color: #C57043;
}
.AnyTagClassName
{
color: #C57043;
}
</style>
background-color css
<style>
a { background-color: #C57043; }
a { background-color: rgb(197,112,67); }
div.DivClassName
{
background-color: #C57043;
}
.BgClassName
{
background-color: #C57043;
}
</style>
border-color css
<style>
span { border-color: #C57043; }
span { border-color: rgb(197,112,67); }
td.TdClassName
{
border-color: #C57043;
}
.TagClassName
{
border-color: #C57043;
}
</style>