Shades of Zest #C87640
Tints of Zest #C87640
RGB
CMYK
RGB Variations
Color information
#C87640 (or 0xC87640) is known color: Zest. HEX triplet: C8, 76 and 40. RGB value is (200,118,64). Sum of RGB (Red+Green+Blue) = 200+118+64=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C87640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87640 is #3789BF. Grayscale: #888888. Windows color (decimal): -3639744 or 4224712. OLE color: 4224712.
HSL color Cylindrical-coordinate representation of color #C87640: hue angle of 23.82º 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 #C87640 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 64 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.22 |
| HSL | 23.82º | 0.55% | 0.52% | - |
| HSV(B) | 23.82º | 0.68% | 0.78% | - |
| XYZ | 31.22 | 25.61 | 8.15 | - |
| YUV | 136.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 64 | 0 | 0.41 | 0.68 | 0.22 | 23.82 | 0.55 | 0.52 |
| Hex | C8 | 76 | 40 | 0 | 29 | 44 | 16 | 18 | 37 | 34 |
| Octal | 310 | 166 | 100 | 0 | 51 | 104 | 26 | 30 | 67 | 64 |
| Binary | 11001000 | 1110110 | 1000000 | 0 | 101001 | 1000100 | 10110 | 11000 | 110111 | 110100 |
Color Harmonies of #C87640
Complementary color
Monochromatic Colors of #C87640
Black with #C87640
Text Example
Text Example
White with #C87640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87640; }
p { color: rgb(200,118,64); }
H1.HeaderClassName
{
color: #C87640;
}
.AnyTagClassName
{
color: #C87640;
}
</style>
background-color css
<style>
a { background-color: #C87640; }
a { background-color: rgb(200,118,64); }
div.DivClassName
{
background-color: #C87640;
}
.BgClassName
{
background-color: #C87640;
}
</style>
border-color css
<style>
span { border-color: #C87640; }
span { border-color: rgb(200,118,64); }
td.TdClassName
{
border-color: #C87640;
}
.TagClassName
{
border-color: #C87640;
}
</style>