Shades of Zest #C5763A
Tints of Zest #C5763A
RGB
CMYK
RGB Variations
Color information
#C5763A (or 0xC5763A) is known color: Zest. HEX triplet: C5, 76 and 3A. RGB value is (197,118,58). Sum of RGB (Red+Green+Blue) = 197+118+58=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5763A is #3A89C5. Grayscale: #878787. Windows color (decimal): -3836358 or 3831493. OLE color: 3831493.
HSL color Cylindrical-coordinate representation of color #C5763A: hue angle of 25.9º 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 #C5763A is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 58 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.23 |
| HSL | 25.9º | 0.55% | 0.5% | - |
| HSV(B) | 25.9º | 0.71% | 0.77% | - |
| XYZ | 30.27 | 25.13 | 7.26 | - |
| YUV | 134.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 58 | 0 | 0.40 | 0.71 | 0.23 | 25.9 | 0.55 | 0.5 |
| Hex | C5 | 76 | 3A | 0 | 28 | 47 | 17 | 1A | 37 | 32 |
| Octal | 305 | 166 | 72 | 0 | 50 | 107 | 27 | 32 | 67 | 62 |
| Binary | 11000101 | 1110110 | 111010 | 0 | 101000 | 1000111 | 10111 | 11010 | 110111 | 110010 |
Color Harmonies of #C5763A
Complementary color
Monochromatic Colors of #C5763A
Black with #C5763A
Text Example
Text Example
White with #C5763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5763A; }
p { color: rgb(197,118,58); }
H1.HeaderClassName
{
color: #C5763A;
}
.AnyTagClassName
{
color: #C5763A;
}
</style>
background-color css
<style>
a { background-color: #C5763A; }
a { background-color: rgb(197,118,58); }
div.DivClassName
{
background-color: #C5763A;
}
.BgClassName
{
background-color: #C5763A;
}
</style>
border-color css
<style>
span { border-color: #C5763A; }
span { border-color: rgb(197,118,58); }
td.TdClassName
{
border-color: #C5763A;
}
.TagClassName
{
border-color: #C5763A;
}
</style>