Shades of Zest #C5703A
Tints of Zest #C5703A
RGB
CMYK
RGB Variations
Color information
#C5703A (or 0xC5703A) is known color: Zest. HEX triplet: C5, 70 and 3A. RGB value is (197,112,58). Sum of RGB (Red+Green+Blue) = 197+112+58=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5703A is #3A8FC5. Grayscale: #838383. Windows color (decimal): -3837894 or 3829957. OLE color: 3829957.
HSL color Cylindrical-coordinate representation of color #C5703A: hue angle of 23.31º 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 #C5703A is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 58 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.23 |
| HSL | 23.31º | 0.55% | 0.5% | - |
| HSV(B) | 23.31º | 0.71% | 0.77% | - |
| XYZ | 29.58 | 23.76 | 7.03 | - |
| YUV | 131.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 58 | 0 | 0.43 | 0.71 | 0.23 | 23.31 | 0.55 | 0.5 |
| Hex | C5 | 70 | 3A | 0 | 2B | 47 | 17 | 17 | 37 | 32 |
| Octal | 305 | 160 | 72 | 0 | 53 | 107 | 27 | 27 | 67 | 62 |
| Binary | 11000101 | 1110000 | 111010 | 0 | 101011 | 1000111 | 10111 | 10111 | 110111 | 110010 |
Color Harmonies of #C5703A
Complementary color
Monochromatic Colors of #C5703A
Black with #C5703A
Text Example
Text Example
White with #C5703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5703A; }
p { color: rgb(197,112,58); }
H1.HeaderClassName
{
color: #C5703A;
}
.AnyTagClassName
{
color: #C5703A;
}
</style>
background-color css
<style>
a { background-color: #C5703A; }
a { background-color: rgb(197,112,58); }
div.DivClassName
{
background-color: #C5703A;
}
.BgClassName
{
background-color: #C5703A;
}
</style>
border-color css
<style>
span { border-color: #C5703A; }
span { border-color: rgb(197,112,58); }
td.TdClassName
{
border-color: #C5703A;
}
.TagClassName
{
border-color: #C5703A;
}
</style>