Shades of Zest #C57031
Tints of Zest #C57031
RGB
CMYK
RGB Variations
Color information
#C57031 (or 0xC57031) is known color: Zest. HEX triplet: C5, 70 and 31. RGB value is (197,112,49). Sum of RGB (Red+Green+Blue) = 197+112+49=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C57031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57031 is #3A8FCE. Grayscale: #828282. Windows color (decimal): -3837903 or 3240133. OLE color: 3240133.
HSL color Cylindrical-coordinate representation of color #C57031: hue angle of 25.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57031 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 49 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.23 |
| HSL | 25.54º | 0.6% | 0.48% | - |
| HSV(B) | 25.54º | 0.75% | 0.77% | - |
| XYZ | 29.37 | 23.68 | 5.93 | - |
| YUV | 130.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 49 | 0 | 0.43 | 0.75 | 0.23 | 25.54 | 0.6 | 0.48 |
| Hex | C5 | 70 | 31 | 0 | 2B | 4B | 17 | 1A | 3C | 30 |
| Octal | 305 | 160 | 61 | 0 | 53 | 113 | 27 | 32 | 74 | 60 |
| Binary | 11000101 | 1110000 | 110001 | 0 | 101011 | 1001011 | 10111 | 11010 | 111100 | 110000 |
Color Harmonies of #C57031
Complementary color
Monochromatic Colors of #C57031
Black with #C57031
Text Example
Text Example
White with #C57031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57031; }
p { color: rgb(197,112,49); }
H1.HeaderClassName
{
color: #C57031;
}
.AnyTagClassName
{
color: #C57031;
}
</style>
background-color css
<style>
a { background-color: #C57031; }
a { background-color: rgb(197,112,49); }
div.DivClassName
{
background-color: #C57031;
}
.BgClassName
{
background-color: #C57031;
}
</style>
border-color css
<style>
span { border-color: #C57031; }
span { border-color: rgb(197,112,49); }
td.TdClassName
{
border-color: #C57031;
}
.TagClassName
{
border-color: #C57031;
}
</style>