Shades of Zest #C87339
Tints of Zest #C87339
RGB
CMYK
RGB Variations
Color information
#C87339 (or 0xC87339) is known color: Zest. HEX triplet: C8, 73 and 39. RGB value is (200,115,57). Sum of RGB (Red+Green+Blue) = 200+115+57=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C87339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87339 is #378CC6. Grayscale: #868686. Windows color (decimal): -3640519 or 3765192. OLE color: 3765192.
HSL color Cylindrical-coordinate representation of color #C87339: hue angle of 24.34º 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 #C87339 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 57 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.22 |
| HSL | 24.34º | 0.57% | 0.5% | - |
| HSV(B) | 24.34º | 0.72% | 0.78% | - |
| XYZ | 30.69 | 24.84 | 7.05 | - |
| YUV | 133.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 57 | 0 | 0.42 | 0.72 | 0.22 | 24.34 | 0.57 | 0.5 |
| Hex | C8 | 73 | 39 | 0 | 2A | 48 | 16 | 18 | 39 | 32 |
| Octal | 310 | 163 | 71 | 0 | 52 | 110 | 26 | 30 | 71 | 62 |
| Binary | 11001000 | 1110011 | 111001 | 0 | 101010 | 1001000 | 10110 | 11000 | 111001 | 110010 |
Color Harmonies of #C87339
Complementary color
Monochromatic Colors of #C87339
Black with #C87339
Text Example
Text Example
White with #C87339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87339; }
p { color: rgb(200,115,57); }
H1.HeaderClassName
{
color: #C87339;
}
.AnyTagClassName
{
color: #C87339;
}
</style>
background-color css
<style>
a { background-color: #C87339; }
a { background-color: rgb(200,115,57); }
div.DivClassName
{
background-color: #C87339;
}
.BgClassName
{
background-color: #C87339;
}
</style>
border-color css
<style>
span { border-color: #C87339; }
span { border-color: rgb(200,115,57); }
td.TdClassName
{
border-color: #C87339;
}
.TagClassName
{
border-color: #C87339;
}
</style>