Shades of Zest #C77143
Tints of Zest #C77143
RGB
CMYK
RGB Variations
Color information
#C77143 (or 0xC77143) is known color: Zest. HEX triplet: C7, 71 and 43. RGB value is (199,113,67). Sum of RGB (Red+Green+Blue) = 199+113+67=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C77143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77143 is #388EBC. Grayscale: #858585. Windows color (decimal): -3706557 or 4420039. OLE color: 4420039.
HSL color Cylindrical-coordinate representation of color #C77143: hue angle of 20.91º 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 #C77143 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 67 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.22 |
| HSL | 20.91º | 0.54% | 0.52% | - |
| HSV(B) | 20.91º | 0.66% | 0.78% | - |
| XYZ | 30.47 | 24.36 | 8.41 | - |
| YUV | 133.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 67 | 0 | 0.43 | 0.66 | 0.22 | 20.91 | 0.54 | 0.52 |
| Hex | C7 | 71 | 43 | 0 | 2B | 42 | 16 | 15 | 36 | 34 |
| Octal | 307 | 161 | 103 | 0 | 53 | 102 | 26 | 25 | 66 | 64 |
| Binary | 11000111 | 1110001 | 1000011 | 0 | 101011 | 1000010 | 10110 | 10101 | 110110 | 110100 |
Color Harmonies of #C77143
Complementary color
Monochromatic Colors of #C77143
Black with #C77143
Text Example
Text Example
White with #C77143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77143; }
p { color: rgb(199,113,67); }
H1.HeaderClassName
{
color: #C77143;
}
.AnyTagClassName
{
color: #C77143;
}
</style>
background-color css
<style>
a { background-color: #C77143; }
a { background-color: rgb(199,113,67); }
div.DivClassName
{
background-color: #C77143;
}
.BgClassName
{
background-color: #C77143;
}
</style>
border-color css
<style>
span { border-color: #C77143; }
span { border-color: rgb(199,113,67); }
td.TdClassName
{
border-color: #C77143;
}
.TagClassName
{
border-color: #C77143;
}
</style>