Shades of Zest #C5763F
Tints of Zest #C5763F
RGB
CMYK
RGB Variations
Color information
#C5763F (or 0xC5763F) is known color: Zest. HEX triplet: C5, 76 and 3F. RGB value is (197,118,63). Sum of RGB (Red+Green+Blue) = 197+118+63=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5763F is #3A89C0. Grayscale: #878787. Windows color (decimal): -3836353 or 4159173. OLE color: 4159173.
HSL color Cylindrical-coordinate representation of color #C5763F: hue angle of 24.63º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5763F is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 63 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.23 |
| HSL | 24.63º | 0.54% | 0.51% | - |
| HSV(B) | 24.63º | 0.68% | 0.77% | - |
| XYZ | 30.4 | 25.19 | 7.96 | - |
| YUV | 135.35 | 87.17 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 63 | 0 | 0.40 | 0.68 | 0.23 | 24.63 | 0.54 | 0.51 |
| Hex | C5 | 76 | 3F | 0 | 28 | 44 | 17 | 19 | 36 | 33 |
| Octal | 305 | 166 | 77 | 0 | 50 | 104 | 27 | 31 | 66 | 63 |
| Binary | 11000101 | 1110110 | 111111 | 0 | 101000 | 1000100 | 10111 | 11001 | 110110 | 110011 |
Color Harmonies of #C5763F
Complementary color
Monochromatic Colors of #C5763F
Black with #C5763F
Text Example
Text Example
White with #C5763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5763F; }
p { color: rgb(197,118,63); }
H1.HeaderClassName
{
color: #C5763F;
}
.AnyTagClassName
{
color: #C5763F;
}
</style>
background-color css
<style>
a { background-color: #C5763F; }
a { background-color: rgb(197,118,63); }
div.DivClassName
{
background-color: #C5763F;
}
.BgClassName
{
background-color: #C5763F;
}
</style>
border-color css
<style>
span { border-color: #C5763F; }
span { border-color: rgb(197,118,63); }
td.TdClassName
{
border-color: #C5763F;
}
.TagClassName
{
border-color: #C5763F;
}
</style>