Shades of Zest #C87745
Tints of Zest #C87745
RGB
CMYK
RGB Variations
Color information
#C87745 (or 0xC87745) is known color: Zest. HEX triplet: C8, 77 and 45. RGB value is (200,119,69). Sum of RGB (Red+Green+Blue) = 200+119+69=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C87745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87745 is #3788BA. Grayscale: #898989. Windows color (decimal): -3639483 or 4552648. OLE color: 4552648.
HSL color Cylindrical-coordinate representation of color #C87745: hue angle of 22.9º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C87745 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 69 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.22 |
| HSL | 22.9º | 0.54% | 0.53% | - |
| HSV(B) | 22.9º | 0.66% | 0.78% | - |
| XYZ | 31.49 | 25.9 | 8.97 | - |
| YUV | 137.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 69 | 0 | 0.40 | 0.66 | 0.22 | 22.9 | 0.54 | 0.53 |
| Hex | C8 | 77 | 45 | 0 | 28 | 42 | 16 | 17 | 36 | 35 |
| Octal | 310 | 167 | 105 | 0 | 50 | 102 | 26 | 27 | 66 | 65 |
| Binary | 11001000 | 1110111 | 1000101 | 0 | 101000 | 1000010 | 10110 | 10111 | 110110 | 110101 |
Color Harmonies of #C87745
Complementary color
Monochromatic Colors of #C87745
Black with #C87745
Text Example
Text Example
White with #C87745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87745; }
p { color: rgb(200,119,69); }
H1.HeaderClassName
{
color: #C87745;
}
.AnyTagClassName
{
color: #C87745;
}
</style>
background-color css
<style>
a { background-color: #C87745; }
a { background-color: rgb(200,119,69); }
div.DivClassName
{
background-color: #C87745;
}
.BgClassName
{
background-color: #C87745;
}
</style>
border-color css
<style>
span { border-color: #C87745; }
span { border-color: rgb(200,119,69); }
td.TdClassName
{
border-color: #C87745;
}
.TagClassName
{
border-color: #C87745;
}
</style>