Shades of Zest #C76D3C
Tints of Zest #C76D3C
RGB
CMYK
RGB Variations
Color information
#C76D3C (or 0xC76D3C) is known color: Zest. HEX triplet: C7, 6D and 3C. RGB value is (199,109,60). Sum of RGB (Red+Green+Blue) = 199+109+60=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D3C is #3892C3. Grayscale: #828282. Windows color (decimal): -3707588 or 3960263. OLE color: 3960263.
HSL color Cylindrical-coordinate representation of color #C76D3C: hue angle of 21.15º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C76D3C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 60 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.22 |
| HSL | 21.15º | 0.55% | 0.51% | - |
| HSV(B) | 21.15º | 0.7% | 0.78% | - |
| XYZ | 29.84 | 23.41 | 7.22 | - |
| YUV | 130.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 60 | 0 | 0.45 | 0.70 | 0.22 | 21.15 | 0.55 | 0.51 |
| Hex | C7 | 6D | 3C | 0 | 2D | 46 | 16 | 15 | 37 | 33 |
| Octal | 307 | 155 | 74 | 0 | 55 | 106 | 26 | 25 | 67 | 63 |
| Binary | 11000111 | 1101101 | 111100 | 0 | 101101 | 1000110 | 10110 | 10101 | 110111 | 110011 |
Color Harmonies of #C76D3C
Complementary color
Monochromatic Colors of #C76D3C
Black with #C76D3C
Text Example
Text Example
White with #C76D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D3C; }
p { color: rgb(199,109,60); }
H1.HeaderClassName
{
color: #C76D3C;
}
.AnyTagClassName
{
color: #C76D3C;
}
</style>
background-color css
<style>
a { background-color: #C76D3C; }
a { background-color: rgb(199,109,60); }
div.DivClassName
{
background-color: #C76D3C;
}
.BgClassName
{
background-color: #C76D3C;
}
</style>
border-color css
<style>
span { border-color: #C76D3C; }
span { border-color: rgb(199,109,60); }
td.TdClassName
{
border-color: #C76D3C;
}
.TagClassName
{
border-color: #C76D3C;
}
</style>