Shades of Zest #C77641
Tints of Zest #C77641
RGB
CMYK
RGB Variations
Color information
#C77641 (or 0xC77641) is known color: Zest. HEX triplet: C7, 76 and 41. RGB value is (199,118,65). Sum of RGB (Red+Green+Blue) = 199+118+65=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C77641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77641 is #3889BE. Grayscale: #888888. Windows color (decimal): -3705279 or 4290247. OLE color: 4290247.
HSL color Cylindrical-coordinate representation of color #C77641: hue angle of 23.73º 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 #C77641 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 65 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.22 |
| HSL | 23.73º | 0.54% | 0.52% | - |
| HSV(B) | 23.73º | 0.67% | 0.78% | - |
| XYZ | 30.99 | 25.48 | 8.29 | - |
| YUV | 136.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 65 | 0 | 0.41 | 0.67 | 0.22 | 23.73 | 0.54 | 0.52 |
| Hex | C7 | 76 | 41 | 0 | 29 | 43 | 16 | 18 | 36 | 34 |
| Octal | 307 | 166 | 101 | 0 | 51 | 103 | 26 | 30 | 66 | 64 |
| Binary | 11000111 | 1110110 | 1000001 | 0 | 101001 | 1000011 | 10110 | 11000 | 110110 | 110100 |
Color Harmonies of #C77641
Complementary color
Monochromatic Colors of #C77641
Black with #C77641
Text Example
Text Example
White with #C77641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77641; }
p { color: rgb(199,118,65); }
H1.HeaderClassName
{
color: #C77641;
}
.AnyTagClassName
{
color: #C77641;
}
</style>
background-color css
<style>
a { background-color: #C77641; }
a { background-color: rgb(199,118,65); }
div.DivClassName
{
background-color: #C77641;
}
.BgClassName
{
background-color: #C77641;
}
</style>
border-color css
<style>
span { border-color: #C77641; }
span { border-color: rgb(199,118,65); }
td.TdClassName
{
border-color: #C77641;
}
.TagClassName
{
border-color: #C77641;
}
</style>