Shades of Zest #C77644
Tints of Zest #C77644
RGB
CMYK
RGB Variations
Color information
#C77644 (or 0xC77644) is known color: Zest. HEX triplet: C7, 76 and 44. RGB value is (199,118,68). Sum of RGB (Red+Green+Blue) = 199+118+68=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C77644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77644 is #3889BB. Grayscale: #888888. Windows color (decimal): -3705276 or 4486855. OLE color: 4486855.
HSL color Cylindrical-coordinate representation of color #C77644: hue angle of 22.9º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C77644 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 68 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.22 |
| HSL | 22.9º | 0.54% | 0.52% | - |
| HSV(B) | 22.9º | 0.66% | 0.78% | - |
| XYZ | 31.08 | 25.52 | 8.76 | - |
| YUV | 136.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 68 | 0 | 0.41 | 0.66 | 0.22 | 22.9 | 0.54 | 0.52 |
| Hex | C7 | 76 | 44 | 0 | 29 | 42 | 16 | 17 | 36 | 34 |
| Octal | 307 | 166 | 104 | 0 | 51 | 102 | 26 | 27 | 66 | 64 |
| Binary | 11000111 | 1110110 | 1000100 | 0 | 101001 | 1000010 | 10110 | 10111 | 110110 | 110100 |
Color Harmonies of #C77644
Complementary color
Monochromatic Colors of #C77644
Black with #C77644
Text Example
Text Example
White with #C77644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77644; }
p { color: rgb(199,118,68); }
H1.HeaderClassName
{
color: #C77644;
}
.AnyTagClassName
{
color: #C77644;
}
</style>
background-color css
<style>
a { background-color: #C77644; }
a { background-color: rgb(199,118,68); }
div.DivClassName
{
background-color: #C77644;
}
.BgClassName
{
background-color: #C77644;
}
</style>
border-color css
<style>
span { border-color: #C77644; }
span { border-color: rgb(199,118,68); }
td.TdClassName
{
border-color: #C77644;
}
.TagClassName
{
border-color: #C77644;
}
</style>