Shades of Zest #C77645
Tints of Zest #C77645
RGB
CMYK
RGB Variations
Color information
#C77645 (or 0xC77645) is known color: Zest. HEX triplet: C7, 76 and 45. RGB value is (199,118,69). Sum of RGB (Red+Green+Blue) = 199+118+69=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77645 is #3889BA. Grayscale: #888888. Windows color (decimal): -3705275 or 4552391. OLE color: 4552391.
HSL color Cylindrical-coordinate representation of color #C77645: hue angle of 22.62º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C77645 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 69 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.22 |
| HSL | 22.62º | 0.54% | 0.53% | - |
| HSV(B) | 22.62º | 0.65% | 0.78% | - |
| XYZ | 31.11 | 25.53 | 8.92 | - |
| YUV | 136.63 | 89.84 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 69 | 0 | 0.41 | 0.65 | 0.22 | 22.62 | 0.54 | 0.53 |
| Hex | C7 | 76 | 45 | 0 | 29 | 41 | 16 | 17 | 36 | 35 |
| Octal | 307 | 166 | 105 | 0 | 51 | 101 | 26 | 27 | 66 | 65 |
| Binary | 11000111 | 1110110 | 1000101 | 0 | 101001 | 1000001 | 10110 | 10111 | 110110 | 110101 |
Color Harmonies of #C77645
Complementary color
Monochromatic Colors of #C77645
Black with #C77645
Text Example
Text Example
White with #C77645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77645; }
p { color: rgb(199,118,69); }
H1.HeaderClassName
{
color: #C77645;
}
.AnyTagClassName
{
color: #C77645;
}
</style>
background-color css
<style>
a { background-color: #C77645; }
a { background-color: rgb(199,118,69); }
div.DivClassName
{
background-color: #C77645;
}
.BgClassName
{
background-color: #C77645;
}
</style>
border-color css
<style>
span { border-color: #C77645; }
span { border-color: rgb(199,118,69); }
td.TdClassName
{
border-color: #C77645;
}
.TagClassName
{
border-color: #C77645;
}
</style>