Shades of Zest #C77138
Tints of Zest #C77138
RGB
CMYK
RGB Variations
Color information
#C77138 (or 0xC77138) is known color: Zest. HEX triplet: C7, 71 and 38. RGB value is (199,113,56). Sum of RGB (Red+Green+Blue) = 199+113+56=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C77138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77138 is #388EC7. Grayscale: #848484. Windows color (decimal): -3706568 or 3699143. OLE color: 3699143.
HSL color Cylindrical-coordinate representation of color #C77138: hue angle of 23.92º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C77138 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 56 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.22 |
| HSL | 23.92º | 0.56% | 0.5% | - |
| HSV(B) | 23.92º | 0.72% | 0.78% | - |
| XYZ | 30.17 | 24.24 | 6.83 | - |
| YUV | 132.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 56 | 0 | 0.43 | 0.72 | 0.22 | 23.92 | 0.56 | 0.5 |
| Hex | C7 | 71 | 38 | 0 | 2B | 48 | 16 | 18 | 38 | 32 |
| Octal | 307 | 161 | 70 | 0 | 53 | 110 | 26 | 30 | 70 | 62 |
| Binary | 11000111 | 1110001 | 111000 | 0 | 101011 | 1001000 | 10110 | 11000 | 111000 | 110010 |
Color Harmonies of #C77138
Complementary color
Monochromatic Colors of #C77138
Black with #C77138
Text Example
Text Example
White with #C77138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77138; }
p { color: rgb(199,113,56); }
H1.HeaderClassName
{
color: #C77138;
}
.AnyTagClassName
{
color: #C77138;
}
</style>
background-color css
<style>
a { background-color: #C77138; }
a { background-color: rgb(199,113,56); }
div.DivClassName
{
background-color: #C77138;
}
.BgClassName
{
background-color: #C77138;
}
</style>
border-color css
<style>
span { border-color: #C77138; }
span { border-color: rgb(199,113,56); }
td.TdClassName
{
border-color: #C77138;
}
.TagClassName
{
border-color: #C77138;
}
</style>