Shades of Zest #C87538
Tints of Zest #C87538
RGB
CMYK
RGB Variations
Color information
#C87538 (or 0xC87538) is known color: Zest. HEX triplet: C8, 75 and 38. RGB value is (200,117,56). Sum of RGB (Red+Green+Blue) = 200+117+56=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C87538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87538 is #378AC7. Grayscale: #878787. Windows color (decimal): -3640008 or 3700168. OLE color: 3700168.
HSL color Cylindrical-coordinate representation of color #C87538: hue angle of 25.42º 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 #C87538 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 56 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.22 |
| HSL | 25.42º | 0.57% | 0.5% | - |
| HSV(B) | 25.42º | 0.72% | 0.78% | - |
| XYZ | 30.89 | 25.29 | 6.99 | - |
| YUV | 134.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 56 | 0 | 0.42 | 0.72 | 0.22 | 25.42 | 0.57 | 0.5 |
| Hex | C8 | 75 | 38 | 0 | 2A | 48 | 16 | 19 | 39 | 32 |
| Octal | 310 | 165 | 70 | 0 | 52 | 110 | 26 | 31 | 71 | 62 |
| Binary | 11001000 | 1110101 | 111000 | 0 | 101010 | 1001000 | 10110 | 11001 | 111001 | 110010 |
Color Harmonies of #C87538
Complementary color
Monochromatic Colors of #C87538
Black with #C87538
Text Example
Text Example
White with #C87538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87538; }
p { color: rgb(200,117,56); }
H1.HeaderClassName
{
color: #C87538;
}
.AnyTagClassName
{
color: #C87538;
}
</style>
background-color css
<style>
a { background-color: #C87538; }
a { background-color: rgb(200,117,56); }
div.DivClassName
{
background-color: #C87538;
}
.BgClassName
{
background-color: #C87538;
}
</style>
border-color css
<style>
span { border-color: #C87538; }
span { border-color: rgb(200,117,56); }
td.TdClassName
{
border-color: #C87538;
}
.TagClassName
{
border-color: #C87538;
}
</style>