Shades of Zest #C87533
Tints of Zest #C87533
RGB
CMYK
RGB Variations
Color information
#C87533 (or 0xC87533) is known color: Zest. HEX triplet: C8, 75 and 33. RGB value is (200,117,51). Sum of RGB (Red+Green+Blue) = 200+117+51=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C87533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87533 is #378ACC. Grayscale: #868686. Windows color (decimal): -3640013 or 3372488. OLE color: 3372488.
HSL color Cylindrical-coordinate representation of color #C87533: hue angle of 26.58º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C87533 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 51 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.22 |
| HSL | 26.58º | 0.59% | 0.49% | - |
| HSV(B) | 26.58º | 0.75% | 0.78% | - |
| XYZ | 30.78 | 25.24 | 6.38 | - |
| YUV | 134.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 51 | 0 | 0.42 | 0.74 | 0.22 | 26.58 | 0.59 | 0.49 |
| Hex | C8 | 75 | 33 | 0 | 2A | 4A | 16 | 1B | 3B | 31 |
| Octal | 310 | 165 | 63 | 0 | 52 | 112 | 26 | 33 | 73 | 61 |
| Binary | 11001000 | 1110101 | 110011 | 0 | 101010 | 1001010 | 10110 | 11011 | 111011 | 110001 |
Color Harmonies of #C87533
Complementary color
Monochromatic Colors of #C87533
Black with #C87533
Text Example
Text Example
White with #C87533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87533; }
p { color: rgb(200,117,51); }
H1.HeaderClassName
{
color: #C87533;
}
.AnyTagClassName
{
color: #C87533;
}
</style>
background-color css
<style>
a { background-color: #C87533; }
a { background-color: rgb(200,117,51); }
div.DivClassName
{
background-color: #C87533;
}
.BgClassName
{
background-color: #C87533;
}
</style>
border-color css
<style>
span { border-color: #C87533; }
span { border-color: rgb(200,117,51); }
td.TdClassName
{
border-color: #C87533;
}
.TagClassName
{
border-color: #C87533;
}
</style>