Shades of Zest #C5743F
Tints of Zest #C5743F
RGB
CMYK
RGB Variations
Color information
#C5743F (or 0xC5743F) is known color: Zest. HEX triplet: C5, 74 and 3F. RGB value is (197,116,63). Sum of RGB (Red+Green+Blue) = 197+116+63=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5743F is #3A8BC0. Grayscale: #868686. Windows color (decimal): -3836865 or 4158661. OLE color: 4158661.
HSL color Cylindrical-coordinate representation of color #C5743F: hue angle of 23.73º 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 #C5743F is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 63 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.23 |
| HSL | 23.73º | 0.54% | 0.51% | - |
| HSV(B) | 23.73º | 0.68% | 0.77% | - |
| XYZ | 30.17 | 24.72 | 7.88 | - |
| YUV | 134.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 63 | 0 | 0.41 | 0.68 | 0.23 | 23.73 | 0.54 | 0.51 |
| Hex | C5 | 74 | 3F | 0 | 29 | 44 | 17 | 18 | 36 | 33 |
| Octal | 305 | 164 | 77 | 0 | 51 | 104 | 27 | 30 | 66 | 63 |
| Binary | 11000101 | 1110100 | 111111 | 0 | 101001 | 1000100 | 10111 | 11000 | 110110 | 110011 |
Color Harmonies of #C5743F
Complementary color
Monochromatic Colors of #C5743F
Black with #C5743F
Text Example
Text Example
White with #C5743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5743F; }
p { color: rgb(197,116,63); }
H1.HeaderClassName
{
color: #C5743F;
}
.AnyTagClassName
{
color: #C5743F;
}
</style>
background-color css
<style>
a { background-color: #C5743F; }
a { background-color: rgb(197,116,63); }
div.DivClassName
{
background-color: #C5743F;
}
.BgClassName
{
background-color: #C5743F;
}
</style>
border-color css
<style>
span { border-color: #C5743F; }
span { border-color: rgb(197,116,63); }
td.TdClassName
{
border-color: #C5743F;
}
.TagClassName
{
border-color: #C5743F;
}
</style>