Shades of Zest #C77632
Tints of Zest #C77632
RGB
CMYK
RGB Variations
Color information
#C77632 (or 0xC77632) is known color: Zest. HEX triplet: C7, 76 and 32. RGB value is (199,118,50). Sum of RGB (Red+Green+Blue) = 199+118+50=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C77632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77632 is #3889CD. Grayscale: #868686. Windows color (decimal): -3705294 or 3307207. OLE color: 3307207.
HSL color Cylindrical-coordinate representation of color #C77632: hue angle of 27.38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C77632 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 50 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.22 |
| HSL | 27.38º | 0.6% | 0.49% | - |
| HSV(B) | 27.38º | 0.75% | 0.78% | - |
| XYZ | 30.61 | 25.33 | 6.29 | - |
| YUV | 134.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 50 | 0 | 0.41 | 0.75 | 0.22 | 27.38 | 0.6 | 0.49 |
| Hex | C7 | 76 | 32 | 0 | 29 | 4B | 16 | 1B | 3C | 31 |
| Octal | 307 | 166 | 62 | 0 | 51 | 113 | 26 | 33 | 74 | 61 |
| Binary | 11000111 | 1110110 | 110010 | 0 | 101001 | 1001011 | 10110 | 11011 | 111100 | 110001 |
Color Harmonies of #C77632
Complementary color
Monochromatic Colors of #C77632
Black with #C77632
Text Example
Text Example
White with #C77632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77632; }
p { color: rgb(199,118,50); }
H1.HeaderClassName
{
color: #C77632;
}
.AnyTagClassName
{
color: #C77632;
}
</style>
background-color css
<style>
a { background-color: #C77632; }
a { background-color: rgb(199,118,50); }
div.DivClassName
{
background-color: #C77632;
}
.BgClassName
{
background-color: #C77632;
}
</style>
border-color css
<style>
span { border-color: #C77632; }
span { border-color: rgb(199,118,50); }
td.TdClassName
{
border-color: #C77632;
}
.TagClassName
{
border-color: #C77632;
}
</style>