Shades of Zest #C77540
Tints of Zest #C77540
RGB
CMYK
RGB Variations
Color information
#C77540 (or 0xC77540) is known color: Zest. HEX triplet: C7, 75 and 40. RGB value is (199,117,64). Sum of RGB (Red+Green+Blue) = 199+117+64=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C77540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77540 is #388ABF. Grayscale: #878787. Windows color (decimal): -3705536 or 4224455. OLE color: 4224455.
HSL color Cylindrical-coordinate representation of color #C77540: hue angle of 23.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C77540 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 64 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.22 |
| HSL | 23.56º | 0.55% | 0.52% | - |
| HSV(B) | 23.56º | 0.68% | 0.78% | - |
| XYZ | 30.84 | 25.23 | 8.1 | - |
| YUV | 135.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 64 | 0 | 0.41 | 0.68 | 0.22 | 23.56 | 0.55 | 0.52 |
| Hex | C7 | 75 | 40 | 0 | 29 | 44 | 16 | 18 | 37 | 34 |
| Octal | 307 | 165 | 100 | 0 | 51 | 104 | 26 | 30 | 67 | 64 |
| Binary | 11000111 | 1110101 | 1000000 | 0 | 101001 | 1000100 | 10110 | 11000 | 110111 | 110100 |
Color Harmonies of #C77540
Complementary color
Monochromatic Colors of #C77540
Black with #C77540
Text Example
Text Example
White with #C77540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77540; }
p { color: rgb(199,117,64); }
H1.HeaderClassName
{
color: #C77540;
}
.AnyTagClassName
{
color: #C77540;
}
</style>
background-color css
<style>
a { background-color: #C77540; }
a { background-color: rgb(199,117,64); }
div.DivClassName
{
background-color: #C77540;
}
.BgClassName
{
background-color: #C77540;
}
</style>
border-color css
<style>
span { border-color: #C77540; }
span { border-color: rgb(199,117,64); }
td.TdClassName
{
border-color: #C77540;
}
.TagClassName
{
border-color: #C77540;
}
</style>