Shades of Zest #C87940
Tints of Zest #C87940
RGB
CMYK
RGB Variations
Color information
#C87940 (or 0xC87940) is known color: Zest. HEX triplet: C8, 79 and 40. RGB value is (200,121,64). Sum of RGB (Red+Green+Blue) = 200+121+64=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87940 is #3786BF. Grayscale: #8A8A8A. Windows color (decimal): -3638976 or 4225480. OLE color: 4225480.
HSL color Cylindrical-coordinate representation of color #C87940: hue angle of 25.15º 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 #C87940 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 64 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.22 |
| HSL | 25.15º | 0.55% | 0.52% | - |
| HSV(B) | 25.15º | 0.68% | 0.78% | - |
| XYZ | 31.58 | 26.32 | 8.27 | - |
| YUV | 138.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 64 | 0 | 0.39 | 0.68 | 0.22 | 25.15 | 0.55 | 0.52 |
| Hex | C8 | 79 | 40 | 0 | 27 | 44 | 16 | 19 | 37 | 34 |
| Octal | 310 | 171 | 100 | 0 | 47 | 104 | 26 | 31 | 67 | 64 |
| Binary | 11001000 | 1111001 | 1000000 | 0 | 100111 | 1000100 | 10110 | 11001 | 110111 | 110100 |
Color Harmonies of #C87940
Complementary color
Monochromatic Colors of #C87940
Black with #C87940
Text Example
Text Example
White with #C87940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87940; }
p { color: rgb(200,121,64); }
H1.HeaderClassName
{
color: #C87940;
}
.AnyTagClassName
{
color: #C87940;
}
</style>
background-color css
<style>
a { background-color: #C87940; }
a { background-color: rgb(200,121,64); }
div.DivClassName
{
background-color: #C87940;
}
.BgClassName
{
background-color: #C87940;
}
</style>
border-color css
<style>
span { border-color: #C87940; }
span { border-color: rgb(200,121,64); }
td.TdClassName
{
border-color: #C87940;
}
.TagClassName
{
border-color: #C87940;
}
</style>