Shades of Zest #C87742
Tints of Zest #C87742
RGB
CMYK
RGB Variations
Color information
#C87742 (or 0xC87742) is known color: Zest. HEX triplet: C8, 77 and 42. RGB value is (200,119,66). Sum of RGB (Red+Green+Blue) = 200+119+66=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87742 is #3788BD. Grayscale: #898989. Windows color (decimal): -3639486 or 4356040. OLE color: 4356040.
HSL color Cylindrical-coordinate representation of color #C87742: hue angle of 23.73º 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 #C87742 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 66 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.22 |
| HSL | 23.73º | 0.55% | 0.52% | - |
| HSV(B) | 23.73º | 0.67% | 0.78% | - |
| XYZ | 31.4 | 25.87 | 8.49 | - |
| YUV | 137.18 | 87.84 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 66 | 0 | 0.40 | 0.67 | 0.22 | 23.73 | 0.55 | 0.52 |
| Hex | C8 | 77 | 42 | 0 | 28 | 43 | 16 | 18 | 37 | 34 |
| Octal | 310 | 167 | 102 | 0 | 50 | 103 | 26 | 30 | 67 | 64 |
| Binary | 11001000 | 1110111 | 1000010 | 0 | 101000 | 1000011 | 10110 | 11000 | 110111 | 110100 |
Color Harmonies of #C87742
Complementary color
Monochromatic Colors of #C87742
Black with #C87742
Text Example
Text Example
White with #C87742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87742; }
p { color: rgb(200,119,66); }
H1.HeaderClassName
{
color: #C87742;
}
.AnyTagClassName
{
color: #C87742;
}
</style>
background-color css
<style>
a { background-color: #C87742; }
a { background-color: rgb(200,119,66); }
div.DivClassName
{
background-color: #C87742;
}
.BgClassName
{
background-color: #C87742;
}
</style>
border-color css
<style>
span { border-color: #C87742; }
span { border-color: rgb(200,119,66); }
td.TdClassName
{
border-color: #C87742;
}
.TagClassName
{
border-color: #C87742;
}
</style>