Shades of Zest #C76A3C
Tints of Zest #C76A3C
RGB
CMYK
RGB Variations
Color information
#C76A3C (or 0xC76A3C) is known color: Zest. HEX triplet: C7, 6A and 3C. RGB value is (199,106,60). Sum of RGB (Red+Green+Blue) = 199+106+60=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A3C is #3895C3. Grayscale: #808080. Windows color (decimal): -3708356 or 3959495. OLE color: 3959495.
HSL color Cylindrical-coordinate representation of color #C76A3C: hue angle of 19.86º 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 #C76A3C is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 60 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.22 |
| HSL | 19.86º | 0.55% | 0.51% | - |
| HSV(B) | 19.86º | 0.7% | 0.78% | - |
| XYZ | 29.52 | 22.78 | 7.12 | - |
| YUV | 128.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 60 | 0 | 0.47 | 0.70 | 0.22 | 19.86 | 0.55 | 0.51 |
| Hex | C7 | 6A | 3C | 0 | 2F | 46 | 16 | 14 | 37 | 33 |
| Octal | 307 | 152 | 74 | 0 | 57 | 106 | 26 | 24 | 67 | 63 |
| Binary | 11000111 | 1101010 | 111100 | 0 | 101111 | 1000110 | 10110 | 10100 | 110111 | 110011 |
Color Harmonies of #C76A3C
Complementary color
Monochromatic Colors of #C76A3C
Black with #C76A3C
Text Example
Text Example
White with #C76A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A3C; }
p { color: rgb(199,106,60); }
H1.HeaderClassName
{
color: #C76A3C;
}
.AnyTagClassName
{
color: #C76A3C;
}
</style>
background-color css
<style>
a { background-color: #C76A3C; }
a { background-color: rgb(199,106,60); }
div.DivClassName
{
background-color: #C76A3C;
}
.BgClassName
{
background-color: #C76A3C;
}
</style>
border-color css
<style>
span { border-color: #C76A3C; }
span { border-color: rgb(199,106,60); }
td.TdClassName
{
border-color: #C76A3C;
}
.TagClassName
{
border-color: #C76A3C;
}
</style>