Shades of Zest #C87641
Tints of Zest #C87641
RGB
CMYK
RGB Variations
Color information
#C87641 (or 0xC87641) is known color: Zest. HEX triplet: C8, 76 and 41. RGB value is (200,118,65). Sum of RGB (Red+Green+Blue) = 200+118+65=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C87641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87641 is #3789BE. Grayscale: #888888. Windows color (decimal): -3639743 or 4290248. OLE color: 4290248.
HSL color Cylindrical-coordinate representation of color #C87641: hue angle of 23.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C87641 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 65 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.22 |
| HSL | 23.56º | 0.55% | 0.52% | - |
| HSV(B) | 23.56º | 0.68% | 0.78% | - |
| XYZ | 31.25 | 25.62 | 8.3 | - |
| YUV | 136.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 65 | 0 | 0.41 | 0.68 | 0.22 | 23.56 | 0.55 | 0.52 |
| Hex | C8 | 76 | 41 | 0 | 29 | 44 | 16 | 18 | 37 | 34 |
| Octal | 310 | 166 | 101 | 0 | 51 | 104 | 26 | 30 | 67 | 64 |
| Binary | 11001000 | 1110110 | 1000001 | 0 | 101001 | 1000100 | 10110 | 11000 | 110111 | 110100 |
Color Harmonies of #C87641
Complementary color
Monochromatic Colors of #C87641
Black with #C87641
Text Example
Text Example
White with #C87641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87641; }
p { color: rgb(200,118,65); }
H1.HeaderClassName
{
color: #C87641;
}
.AnyTagClassName
{
color: #C87641;
}
</style>
background-color css
<style>
a { background-color: #C87641; }
a { background-color: rgb(200,118,65); }
div.DivClassName
{
background-color: #C87641;
}
.BgClassName
{
background-color: #C87641;
}
</style>
border-color css
<style>
span { border-color: #C87641; }
span { border-color: rgb(200,118,65); }
td.TdClassName
{
border-color: #C87641;
}
.TagClassName
{
border-color: #C87641;
}
</style>