Shades of Zest #C76D3E
Tints of Zest #C76D3E
RGB
CMYK
RGB Variations
Color information
#C76D3E (or 0xC76D3E) is known color: Zest. HEX triplet: C7, 6D and 3E. RGB value is (199,109,62). Sum of RGB (Red+Green+Blue) = 199+109+62=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D3E is #3892C1. Grayscale: #828282. Windows color (decimal): -3707586 or 4091335. OLE color: 4091335.
HSL color Cylindrical-coordinate representation of color #C76D3E: hue angle of 20.58º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C76D3E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 62 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.22 |
| HSL | 20.58º | 0.55% | 0.51% | - |
| HSV(B) | 20.58º | 0.69% | 0.78% | - |
| XYZ | 29.89 | 23.43 | 7.5 | - |
| YUV | 130.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 62 | 0 | 0.45 | 0.69 | 0.22 | 20.58 | 0.55 | 0.51 |
| Hex | C7 | 6D | 3E | 0 | 2D | 45 | 16 | 15 | 37 | 33 |
| Octal | 307 | 155 | 76 | 0 | 55 | 105 | 26 | 25 | 67 | 63 |
| Binary | 11000111 | 1101101 | 111110 | 0 | 101101 | 1000101 | 10110 | 10101 | 110111 | 110011 |
Color Harmonies of #C76D3E
Complementary color
Monochromatic Colors of #C76D3E
Black with #C76D3E
Text Example
Text Example
White with #C76D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D3E; }
p { color: rgb(199,109,62); }
H1.HeaderClassName
{
color: #C76D3E;
}
.AnyTagClassName
{
color: #C76D3E;
}
</style>
background-color css
<style>
a { background-color: #C76D3E; }
a { background-color: rgb(199,109,62); }
div.DivClassName
{
background-color: #C76D3E;
}
.BgClassName
{
background-color: #C76D3E;
}
</style>
border-color css
<style>
span { border-color: #C76D3E; }
span { border-color: rgb(199,109,62); }
td.TdClassName
{
border-color: #C76D3E;
}
.TagClassName
{
border-color: #C76D3E;
}
</style>