Shades of Zest #C87738
Tints of Zest #C87738
RGB
CMYK
RGB Variations
Color information
#C87738 (or 0xC87738) is known color: Zest. HEX triplet: C8, 77 and 38. RGB value is (200,119,56). Sum of RGB (Red+Green+Blue) = 200+119+56=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C87738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87738 is #3788C7. Grayscale: #888888. Windows color (decimal): -3639496 or 3700680. OLE color: 3700680.
HSL color Cylindrical-coordinate representation of color #C87738: hue angle of 26.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C87738 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 56 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.22 |
| HSL | 26.25º | 0.57% | 0.5% | - |
| HSV(B) | 26.25º | 0.72% | 0.78% | - |
| XYZ | 31.13 | 25.76 | 7.07 | - |
| YUV | 136.04 | 82.84 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 56 | 0 | 0.40 | 0.72 | 0.22 | 26.25 | 0.57 | 0.5 |
| Hex | C8 | 77 | 38 | 0 | 28 | 48 | 16 | 1A | 39 | 32 |
| Octal | 310 | 167 | 70 | 0 | 50 | 110 | 26 | 32 | 71 | 62 |
| Binary | 11001000 | 1110111 | 111000 | 0 | 101000 | 1001000 | 10110 | 11010 | 111001 | 110010 |
Color Harmonies of #C87738
Complementary color
Monochromatic Colors of #C87738
Black with #C87738
Text Example
Text Example
White with #C87738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87738; }
p { color: rgb(200,119,56); }
H1.HeaderClassName
{
color: #C87738;
}
.AnyTagClassName
{
color: #C87738;
}
</style>
background-color css
<style>
a { background-color: #C87738; }
a { background-color: rgb(200,119,56); }
div.DivClassName
{
background-color: #C87738;
}
.BgClassName
{
background-color: #C87738;
}
</style>
border-color css
<style>
span { border-color: #C87738; }
span { border-color: rgb(200,119,56); }
td.TdClassName
{
border-color: #C87738;
}
.TagClassName
{
border-color: #C87738;
}
</style>