Shades of Zest #C5773C
Tints of Zest #C5773C
RGB
CMYK
RGB Variations
Color information
#C5773C (or 0xC5773C) is known color: Zest. HEX triplet: C5, 77 and 3C. RGB value is (197,119,60). Sum of RGB (Red+Green+Blue) = 197+119+60=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5773C is #3A88C3. Grayscale: #878787. Windows color (decimal): -3836100 or 3962821. OLE color: 3962821.
HSL color Cylindrical-coordinate representation of color #C5773C: hue angle of 25.84º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5773C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 60 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.23 |
| HSL | 25.84º | 0.54% | 0.5% | - |
| HSV(B) | 25.84º | 0.7% | 0.77% | - |
| XYZ | 30.44 | 25.39 | 7.57 | - |
| YUV | 135.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 60 | 0 | 0.40 | 0.70 | 0.23 | 25.84 | 0.54 | 0.5 |
| Hex | C5 | 77 | 3C | 0 | 28 | 46 | 17 | 1A | 36 | 32 |
| Octal | 305 | 167 | 74 | 0 | 50 | 106 | 27 | 32 | 66 | 62 |
| Binary | 11000101 | 1110111 | 111100 | 0 | 101000 | 1000110 | 10111 | 11010 | 110110 | 110010 |
Color Harmonies of #C5773C
Complementary color
Monochromatic Colors of #C5773C
Black with #C5773C
Text Example
Text Example
White with #C5773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5773C; }
p { color: rgb(197,119,60); }
H1.HeaderClassName
{
color: #C5773C;
}
.AnyTagClassName
{
color: #C5773C;
}
</style>
background-color css
<style>
a { background-color: #C5773C; }
a { background-color: rgb(197,119,60); }
div.DivClassName
{
background-color: #C5773C;
}
.BgClassName
{
background-color: #C5773C;
}
</style>
border-color css
<style>
span { border-color: #C5773C; }
span { border-color: rgb(197,119,60); }
td.TdClassName
{
border-color: #C5773C;
}
.TagClassName
{
border-color: #C5773C;
}
</style>