Shades of Zest #C87535
Tints of Zest #C87535
RGB
CMYK
RGB Variations
Color information
#C87535 (or 0xC87535) is known color: Zest. HEX triplet: C8, 75 and 35. RGB value is (200,117,53). Sum of RGB (Red+Green+Blue) = 200+117+53=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C87535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87535 is #378ACA. Grayscale: #868686. Windows color (decimal): -3640011 or 3503560. OLE color: 3503560.
HSL color Cylindrical-coordinate representation of color #C87535: hue angle of 26.12º 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 #C87535 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 53 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.22 |
| HSL | 26.12º | 0.58% | 0.5% | - |
| HSV(B) | 26.12º | 0.74% | 0.78% | - |
| XYZ | 30.82 | 25.26 | 6.62 | - |
| YUV | 134.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 53 | 0 | 0.42 | 0.74 | 0.22 | 26.12 | 0.58 | 0.5 |
| Hex | C8 | 75 | 35 | 0 | 2A | 4A | 16 | 1A | 3A | 32 |
| Octal | 310 | 165 | 65 | 0 | 52 | 112 | 26 | 32 | 72 | 62 |
| Binary | 11001000 | 1110101 | 110101 | 0 | 101010 | 1001010 | 10110 | 11010 | 111010 | 110010 |
Color Harmonies of #C87535
Complementary color
Monochromatic Colors of #C87535
Black with #C87535
Text Example
Text Example
White with #C87535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87535; }
p { color: rgb(200,117,53); }
H1.HeaderClassName
{
color: #C87535;
}
.AnyTagClassName
{
color: #C87535;
}
</style>
background-color css
<style>
a { background-color: #C87535; }
a { background-color: rgb(200,117,53); }
div.DivClassName
{
background-color: #C87535;
}
.BgClassName
{
background-color: #C87535;
}
</style>
border-color css
<style>
span { border-color: #C87535; }
span { border-color: rgb(200,117,53); }
td.TdClassName
{
border-color: #C87535;
}
.TagClassName
{
border-color: #C87535;
}
</style>