Shades of Zest #C87335
Tints of Zest #C87335
RGB
CMYK
RGB Variations
Color information
#C87335 (or 0xC87335) is known color: Zest. HEX triplet: C8, 73 and 35. RGB value is (200,115,53). Sum of RGB (Red+Green+Blue) = 200+115+53=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C87335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87335 is #378CCA. Grayscale: #858585. Windows color (decimal): -3640523 or 3503048. OLE color: 3503048.
HSL color Cylindrical-coordinate representation of color #C87335: hue angle of 25.31º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C87335 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 53 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.22 |
| HSL | 25.31º | 0.58% | 0.5% | - |
| HSV(B) | 25.31º | 0.74% | 0.78% | - |
| XYZ | 30.59 | 24.8 | 6.54 | - |
| YUV | 133.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 53 | 0 | 0.42 | 0.74 | 0.22 | 25.31 | 0.58 | 0.5 |
| Hex | C8 | 73 | 35 | 0 | 2A | 4A | 16 | 19 | 3A | 32 |
| Octal | 310 | 163 | 65 | 0 | 52 | 112 | 26 | 31 | 72 | 62 |
| Binary | 11001000 | 1110011 | 110101 | 0 | 101010 | 1001010 | 10110 | 11001 | 111010 | 110010 |
Color Harmonies of #C87335
Complementary color
Monochromatic Colors of #C87335
Black with #C87335
Text Example
Text Example
White with #C87335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87335; }
p { color: rgb(200,115,53); }
H1.HeaderClassName
{
color: #C87335;
}
.AnyTagClassName
{
color: #C87335;
}
</style>
background-color css
<style>
a { background-color: #C87335; }
a { background-color: rgb(200,115,53); }
div.DivClassName
{
background-color: #C87335;
}
.BgClassName
{
background-color: #C87335;
}
</style>
border-color css
<style>
span { border-color: #C87335; }
span { border-color: rgb(200,115,53); }
td.TdClassName
{
border-color: #C87335;
}
.TagClassName
{
border-color: #C87335;
}
</style>