Shades of Zest #C87536
Tints of Zest #C87536
RGB
CMYK
RGB Variations
Color information
#C87536 (or 0xC87536) is known color: Zest. HEX triplet: C8, 75 and 36. RGB value is (200,117,54). Sum of RGB (Red+Green+Blue) = 200+117+54=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C87536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87536 is #378AC9. Grayscale: #868686. Windows color (decimal): -3640010 or 3569096. OLE color: 3569096.
HSL color Cylindrical-coordinate representation of color #C87536: hue angle of 25.89º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C87536 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 54 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.22 |
| HSL | 25.89º | 0.57% | 0.5% | - |
| HSV(B) | 25.89º | 0.73% | 0.78% | - |
| XYZ | 30.85 | 25.27 | 6.74 | - |
| YUV | 134.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 54 | 0 | 0.42 | 0.73 | 0.22 | 25.89 | 0.57 | 0.5 |
| Hex | C8 | 75 | 36 | 0 | 2A | 49 | 16 | 1A | 39 | 32 |
| Octal | 310 | 165 | 66 | 0 | 52 | 111 | 26 | 32 | 71 | 62 |
| Binary | 11001000 | 1110101 | 110110 | 0 | 101010 | 1001001 | 10110 | 11010 | 111001 | 110010 |
Color Harmonies of #C87536
Complementary color
Monochromatic Colors of #C87536
Black with #C87536
Text Example
Text Example
White with #C87536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87536; }
p { color: rgb(200,117,54); }
H1.HeaderClassName
{
color: #C87536;
}
.AnyTagClassName
{
color: #C87536;
}
</style>
background-color css
<style>
a { background-color: #C87536; }
a { background-color: rgb(200,117,54); }
div.DivClassName
{
background-color: #C87536;
}
.BgClassName
{
background-color: #C87536;
}
</style>
border-color css
<style>
span { border-color: #C87536; }
span { border-color: rgb(200,117,54); }
td.TdClassName
{
border-color: #C87536;
}
.TagClassName
{
border-color: #C87536;
}
</style>