Shades of Zest #C76E3F
Tints of Zest #C76E3F
RGB
CMYK
RGB Variations
Color information
#C76E3F (or 0xC76E3F) is known color: Zest. HEX triplet: C7, 6E and 3F. RGB value is (199,110,63). Sum of RGB (Red+Green+Blue) = 199+110+63=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E3F is #3891C0. Grayscale: #838383. Windows color (decimal): -3707329 or 4157127. OLE color: 4157127.
HSL color Cylindrical-coordinate representation of color #C76E3F: hue angle of 20.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C76E3F is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 63 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.22 |
| HSL | 20.74º | 0.55% | 0.51% | - |
| HSV(B) | 20.74º | 0.68% | 0.78% | - |
| XYZ | 30.03 | 23.65 | 7.69 | - |
| YUV | 131.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 63 | 0 | 0.45 | 0.68 | 0.22 | 20.74 | 0.55 | 0.51 |
| Hex | C7 | 6E | 3F | 0 | 2D | 44 | 16 | 15 | 37 | 33 |
| Octal | 307 | 156 | 77 | 0 | 55 | 104 | 26 | 25 | 67 | 63 |
| Binary | 11000111 | 1101110 | 111111 | 0 | 101101 | 1000100 | 10110 | 10101 | 110111 | 110011 |
Color Harmonies of #C76E3F
Complementary color
Monochromatic Colors of #C76E3F
Black with #C76E3F
Text Example
Text Example
White with #C76E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E3F; }
p { color: rgb(199,110,63); }
H1.HeaderClassName
{
color: #C76E3F;
}
.AnyTagClassName
{
color: #C76E3F;
}
</style>
background-color css
<style>
a { background-color: #C76E3F; }
a { background-color: rgb(199,110,63); }
div.DivClassName
{
background-color: #C76E3F;
}
.BgClassName
{
background-color: #C76E3F;
}
</style>
border-color css
<style>
span { border-color: #C76E3F; }
span { border-color: rgb(199,110,63); }
td.TdClassName
{
border-color: #C76E3F;
}
.TagClassName
{
border-color: #C76E3F;
}
</style>