Shades of Zest #C86A37
Tints of Zest #C86A37
RGB
CMYK
RGB Variations
Color information
#C86A37 (or 0xC86A37) is known color: Zest. HEX triplet: C8, 6A and 37. RGB value is (200,106,55). Sum of RGB (Red+Green+Blue) = 200+106+55=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A37 is #3795C8. Grayscale: #808080. Windows color (decimal): -3642825 or 3631816. OLE color: 3631816.
HSL color Cylindrical-coordinate representation of color #C86A37: hue angle of 21.1º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C86A37 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 55 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.22 |
| HSL | 21.1º | 0.57% | 0.5% | - |
| HSV(B) | 21.1º | 0.73% | 0.78% | - |
| XYZ | 29.66 | 22.86 | 6.46 | - |
| YUV | 128.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 55 | 0 | 0.47 | 0.72 | 0.22 | 21.1 | 0.57 | 0.5 |
| Hex | C8 | 6A | 37 | 0 | 2F | 48 | 16 | 15 | 39 | 32 |
| Octal | 310 | 152 | 67 | 0 | 57 | 110 | 26 | 25 | 71 | 62 |
| Binary | 11001000 | 1101010 | 110111 | 0 | 101111 | 1001000 | 10110 | 10101 | 111001 | 110010 |
Color Harmonies of #C86A37
Complementary color
Monochromatic Colors of #C86A37
Black with #C86A37
Text Example
Text Example
White with #C86A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A37; }
p { color: rgb(200,106,55); }
H1.HeaderClassName
{
color: #C86A37;
}
.AnyTagClassName
{
color: #C86A37;
}
</style>
background-color css
<style>
a { background-color: #C86A37; }
a { background-color: rgb(200,106,55); }
div.DivClassName
{
background-color: #C86A37;
}
.BgClassName
{
background-color: #C86A37;
}
</style>
border-color css
<style>
span { border-color: #C86A37; }
span { border-color: rgb(200,106,55); }
td.TdClassName
{
border-color: #C86A37;
}
.TagClassName
{
border-color: #C86A37;
}
</style>