Shades of Zest #C77640
Tints of Zest #C77640
RGB
CMYK
RGB Variations
Color information
#C77640 (or 0xC77640) is known color: Zest. HEX triplet: C7, 76 and 40. RGB value is (199,118,64). Sum of RGB (Red+Green+Blue) = 199+118+64=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C77640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77640 is #3889BF. Grayscale: #888888. Windows color (decimal): -3705280 or 4224711. OLE color: 4224711.
HSL color Cylindrical-coordinate representation of color #C77640: hue angle of 24º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C77640 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 64 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.22 |
| HSL | 24º | 0.55% | 0.52% | - |
| HSV(B) | 24º | 0.68% | 0.78% | - |
| XYZ | 30.96 | 25.47 | 8.13 | - |
| YUV | 136.06 | 87.34 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 64 | 0 | 0.41 | 0.68 | 0.22 | 24 | 0.55 | 0.52 |
| Hex | C7 | 76 | 40 | 0 | 29 | 44 | 16 | 18 | 37 | 34 |
| Octal | 307 | 166 | 100 | 0 | 51 | 104 | 26 | 30 | 67 | 64 |
| Binary | 11000111 | 1110110 | 1000000 | 0 | 101001 | 1000100 | 10110 | 11000 | 110111 | 110100 |
Color Harmonies of #C77640
Complementary color
Monochromatic Colors of #C77640
Black with #C77640
Text Example
Text Example
White with #C77640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77640; }
p { color: rgb(199,118,64); }
H1.HeaderClassName
{
color: #C77640;
}
.AnyTagClassName
{
color: #C77640;
}
</style>
background-color css
<style>
a { background-color: #C77640; }
a { background-color: rgb(199,118,64); }
div.DivClassName
{
background-color: #C77640;
}
.BgClassName
{
background-color: #C77640;
}
</style>
border-color css
<style>
span { border-color: #C77640; }
span { border-color: rgb(199,118,64); }
td.TdClassName
{
border-color: #C77640;
}
.TagClassName
{
border-color: #C77640;
}
</style>