Shades of Zest #C87645
Tints of Zest #C87645
RGB
CMYK
RGB Variations
Color information
#C87645 (or 0xC87645) is known color: Zest. HEX triplet: C8, 76 and 45. RGB value is (200,118,69). Sum of RGB (Red+Green+Blue) = 200+118+69=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C87645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87645 is #3789BA. Grayscale: #898989. Windows color (decimal): -3639739 or 4552392. OLE color: 4552392.
HSL color Cylindrical-coordinate representation of color #C87645: hue angle of 22.44º 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 #C87645 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 69 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.22 |
| HSL | 22.44º | 0.54% | 0.53% | - |
| HSV(B) | 22.44º | 0.66% | 0.78% | - |
| XYZ | 31.37 | 25.67 | 8.93 | - |
| YUV | 136.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 69 | 0 | 0.41 | 0.66 | 0.22 | 22.44 | 0.54 | 0.53 |
| Hex | C8 | 76 | 45 | 0 | 29 | 42 | 16 | 16 | 36 | 35 |
| Octal | 310 | 166 | 105 | 0 | 51 | 102 | 26 | 26 | 66 | 65 |
| Binary | 11001000 | 1110110 | 1000101 | 0 | 101001 | 1000010 | 10110 | 10110 | 110110 | 110101 |
Color Harmonies of #C87645
Complementary color
Monochromatic Colors of #C87645
Black with #C87645
Text Example
Text Example
White with #C87645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87645; }
p { color: rgb(200,118,69); }
H1.HeaderClassName
{
color: #C87645;
}
.AnyTagClassName
{
color: #C87645;
}
</style>
background-color css
<style>
a { background-color: #C87645; }
a { background-color: rgb(200,118,69); }
div.DivClassName
{
background-color: #C87645;
}
.BgClassName
{
background-color: #C87645;
}
</style>
border-color css
<style>
span { border-color: #C87645; }
span { border-color: rgb(200,118,69); }
td.TdClassName
{
border-color: #C87645;
}
.TagClassName
{
border-color: #C87645;
}
</style>