Shades of Zest #C77242
Tints of Zest #C77242
RGB
CMYK
RGB Variations
Color information
#C77242 (or 0xC77242) is known color: Zest. HEX triplet: C7, 72 and 42. RGB value is (199,114,66). Sum of RGB (Red+Green+Blue) = 199+114+66=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C77242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77242 is #388DBD. Grayscale: #868686. Windows color (decimal): -3706302 or 4354759. OLE color: 4354759.
HSL color Cylindrical-coordinate representation of color #C77242: hue angle of 21.65º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C77242 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 66 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.22 |
| HSL | 21.65º | 0.54% | 0.52% | - |
| HSV(B) | 21.65º | 0.67% | 0.78% | - |
| XYZ | 30.55 | 24.57 | 8.29 | - |
| YUV | 133.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 66 | 0 | 0.43 | 0.67 | 0.22 | 21.65 | 0.54 | 0.52 |
| Hex | C7 | 72 | 42 | 0 | 2B | 43 | 16 | 16 | 36 | 34 |
| Octal | 307 | 162 | 102 | 0 | 53 | 103 | 26 | 26 | 66 | 64 |
| Binary | 11000111 | 1110010 | 1000010 | 0 | 101011 | 1000011 | 10110 | 10110 | 110110 | 110100 |
Color Harmonies of #C77242
Complementary color
Monochromatic Colors of #C77242
Black with #C77242
Text Example
Text Example
White with #C77242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77242; }
p { color: rgb(199,114,66); }
H1.HeaderClassName
{
color: #C77242;
}
.AnyTagClassName
{
color: #C77242;
}
</style>
background-color css
<style>
a { background-color: #C77242; }
a { background-color: rgb(199,114,66); }
div.DivClassName
{
background-color: #C77242;
}
.BgClassName
{
background-color: #C77242;
}
</style>
border-color css
<style>
span { border-color: #C77242; }
span { border-color: rgb(199,114,66); }
td.TdClassName
{
border-color: #C77242;
}
.TagClassName
{
border-color: #C77242;
}
</style>