Shades of Zest #C87242
Tints of Zest #C87242
RGB
CMYK
RGB Variations
Color information
#C87242 (or 0xC87242) is known color: Zest. HEX triplet: C8, 72 and 42. RGB value is (200,114,66). Sum of RGB (Red+Green+Blue) = 200+114+66=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C87242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87242 is #378DBD. Grayscale: #868686. Windows color (decimal): -3640766 or 4354760. OLE color: 4354760.
HSL color Cylindrical-coordinate representation of color #C87242: hue angle of 21.49º degrees, saturation: 0.55, 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 #C87242 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 66 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.22 |
| HSL | 21.49º | 0.55% | 0.52% | - |
| HSV(B) | 21.49º | 0.67% | 0.78% | - |
| XYZ | 30.82 | 24.71 | 8.3 | - |
| YUV | 134.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 66 | 0 | 0.43 | 0.67 | 0.22 | 21.49 | 0.55 | 0.52 |
| Hex | C8 | 72 | 42 | 0 | 2B | 43 | 16 | 15 | 37 | 34 |
| Octal | 310 | 162 | 102 | 0 | 53 | 103 | 26 | 25 | 67 | 64 |
| Binary | 11001000 | 1110010 | 1000010 | 0 | 101011 | 1000011 | 10110 | 10101 | 110111 | 110100 |
Color Harmonies of #C87242
Complementary color
Monochromatic Colors of #C87242
Black with #C87242
Text Example
Text Example
White with #C87242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87242; }
p { color: rgb(200,114,66); }
H1.HeaderClassName
{
color: #C87242;
}
.AnyTagClassName
{
color: #C87242;
}
</style>
background-color css
<style>
a { background-color: #C87242; }
a { background-color: rgb(200,114,66); }
div.DivClassName
{
background-color: #C87242;
}
.BgClassName
{
background-color: #C87242;
}
</style>
border-color css
<style>
span { border-color: #C87242; }
span { border-color: rgb(200,114,66); }
td.TdClassName
{
border-color: #C87242;
}
.TagClassName
{
border-color: #C87242;
}
</style>