Shades of Zest #C76C3F
Tints of Zest #C76C3F
RGB
CMYK
RGB Variations
Color information
#C76C3F (or 0xC76C3F) is known color: Zest. HEX triplet: C7, 6C and 3F. RGB value is (199,108,63). Sum of RGB (Red+Green+Blue) = 199+108+63=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C3F is #3893C0. Grayscale: #828282. Windows color (decimal): -3707841 or 4156615. OLE color: 4156615.
HSL color Cylindrical-coordinate representation of color #C76C3F: hue angle of 19.85º 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 #C76C3F is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 63 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.22 |
| HSL | 19.85º | 0.55% | 0.51% | - |
| HSV(B) | 19.85º | 0.68% | 0.78% | - |
| XYZ | 29.81 | 23.23 | 7.61 | - |
| YUV | 130.08 | 90.15 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 63 | 0 | 0.46 | 0.68 | 0.22 | 19.85 | 0.55 | 0.51 |
| Hex | C7 | 6C | 3F | 0 | 2E | 44 | 16 | 14 | 37 | 33 |
| Octal | 307 | 154 | 77 | 0 | 56 | 104 | 26 | 24 | 67 | 63 |
| Binary | 11000111 | 1101100 | 111111 | 0 | 101110 | 1000100 | 10110 | 10100 | 110111 | 110011 |
Color Harmonies of #C76C3F
Complementary color
Monochromatic Colors of #C76C3F
Black with #C76C3F
Text Example
Text Example
White with #C76C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C3F; }
p { color: rgb(199,108,63); }
H1.HeaderClassName
{
color: #C76C3F;
}
.AnyTagClassName
{
color: #C76C3F;
}
</style>
background-color css
<style>
a { background-color: #C76C3F; }
a { background-color: rgb(199,108,63); }
div.DivClassName
{
background-color: #C76C3F;
}
.BgClassName
{
background-color: #C76C3F;
}
</style>
border-color css
<style>
span { border-color: #C76C3F; }
span { border-color: rgb(199,108,63); }
td.TdClassName
{
border-color: #C76C3F;
}
.TagClassName
{
border-color: #C76C3F;
}
</style>