Shades of Zest #C77340
Tints of Zest #C77340
RGB
CMYK
RGB Variations
Color information
#C77340 (or 0xC77340) is known color: Zest. HEX triplet: C7, 73 and 40. RGB value is (199,115,64). Sum of RGB (Red+Green+Blue) = 199+115+64=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C77340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77340 is #388CBF. Grayscale: #868686. Windows color (decimal): -3706048 or 4223943. OLE color: 4223943.
HSL color Cylindrical-coordinate representation of color #C77340: hue angle of 22.67º 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 #C77340 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 64 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.22 |
| HSL | 22.67º | 0.55% | 0.52% | - |
| HSV(B) | 22.67º | 0.68% | 0.78% | - |
| XYZ | 30.61 | 24.77 | 8.02 | - |
| YUV | 134.3 | 88.33 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 64 | 0 | 0.42 | 0.68 | 0.22 | 22.67 | 0.55 | 0.52 |
| Hex | C7 | 73 | 40 | 0 | 2A | 44 | 16 | 17 | 37 | 34 |
| Octal | 307 | 163 | 100 | 0 | 52 | 104 | 26 | 27 | 67 | 64 |
| Binary | 11000111 | 1110011 | 1000000 | 0 | 101010 | 1000100 | 10110 | 10111 | 110111 | 110100 |
Color Harmonies of #C77340
Complementary color
Monochromatic Colors of #C77340
Black with #C77340
Text Example
Text Example
White with #C77340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77340; }
p { color: rgb(199,115,64); }
H1.HeaderClassName
{
color: #C77340;
}
.AnyTagClassName
{
color: #C77340;
}
</style>
background-color css
<style>
a { background-color: #C77340; }
a { background-color: rgb(199,115,64); }
div.DivClassName
{
background-color: #C77340;
}
.BgClassName
{
background-color: #C77340;
}
</style>
border-color css
<style>
span { border-color: #C77340; }
span { border-color: rgb(199,115,64); }
td.TdClassName
{
border-color: #C77340;
}
.TagClassName
{
border-color: #C77340;
}
</style>