Shades of Zest #C57142
Tints of Zest #C57142
RGB
CMYK
RGB Variations
Color information
#C57142 (or 0xC57142) is known color: Zest. HEX triplet: C5, 71 and 42. RGB value is (197,113,66). Sum of RGB (Red+Green+Blue) = 197+113+66=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C57142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57142 is #3A8EBD. Grayscale: #858585. Windows color (decimal): -3837630 or 4354501. OLE color: 4354501.
HSL color Cylindrical-coordinate representation of color #C57142: hue angle of 21.53º 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 #C57142 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 66 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.23 |
| HSL | 21.53º | 0.53% | 0.52% | - |
| HSV(B) | 21.53º | 0.66% | 0.77% | - |
| XYZ | 29.91 | 24.07 | 8.22 | - |
| YUV | 132.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 66 | 0 | 0.43 | 0.66 | 0.23 | 21.53 | 0.53 | 0.52 |
| Hex | C5 | 71 | 42 | 0 | 2B | 42 | 17 | 16 | 35 | 34 |
| Octal | 305 | 161 | 102 | 0 | 53 | 102 | 27 | 26 | 65 | 64 |
| Binary | 11000101 | 1110001 | 1000010 | 0 | 101011 | 1000010 | 10111 | 10110 | 110101 | 110100 |
Color Harmonies of #C57142
Complementary color
Monochromatic Colors of #C57142
Black with #C57142
Text Example
Text Example
White with #C57142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57142; }
p { color: rgb(197,113,66); }
H1.HeaderClassName
{
color: #C57142;
}
.AnyTagClassName
{
color: #C57142;
}
</style>
background-color css
<style>
a { background-color: #C57142; }
a { background-color: rgb(197,113,66); }
div.DivClassName
{
background-color: #C57142;
}
.BgClassName
{
background-color: #C57142;
}
</style>
border-color css
<style>
span { border-color: #C57142; }
span { border-color: rgb(197,113,66); }
td.TdClassName
{
border-color: #C57142;
}
.TagClassName
{
border-color: #C57142;
}
</style>