Shades of Zest #C86D39
Tints of Zest #C86D39
RGB
CMYK
RGB Variations
Color information
#C86D39 (or 0xC86D39) is known color: Zest. HEX triplet: C8, 6D and 39. RGB value is (200,109,57). Sum of RGB (Red+Green+Blue) = 200+109+57=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D39 is #3792C6. Grayscale: #828282. Windows color (decimal): -3642055 or 3763656. OLE color: 3763656.
HSL color Cylindrical-coordinate representation of color #C86D39: hue angle of 21.82º 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 #C86D39 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 57 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.22 |
| HSL | 21.82º | 0.57% | 0.5% | - |
| HSV(B) | 21.82º | 0.72% | 0.78% | - |
| XYZ | 30.03 | 23.51 | 6.83 | - |
| YUV | 130.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 57 | 0 | 0.46 | 0.72 | 0.22 | 21.82 | 0.57 | 0.5 |
| Hex | C8 | 6D | 39 | 0 | 2E | 48 | 16 | 16 | 39 | 32 |
| Octal | 310 | 155 | 71 | 0 | 56 | 110 | 26 | 26 | 71 | 62 |
| Binary | 11001000 | 1101101 | 111001 | 0 | 101110 | 1001000 | 10110 | 10110 | 111001 | 110010 |
Color Harmonies of #C86D39
Complementary color
Monochromatic Colors of #C86D39
Black with #C86D39
Text Example
Text Example
White with #C86D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D39; }
p { color: rgb(200,109,57); }
H1.HeaderClassName
{
color: #C86D39;
}
.AnyTagClassName
{
color: #C86D39;
}
</style>
background-color css
<style>
a { background-color: #C86D39; }
a { background-color: rgb(200,109,57); }
div.DivClassName
{
background-color: #C86D39;
}
.BgClassName
{
background-color: #C86D39;
}
</style>
border-color css
<style>
span { border-color: #C86D39; }
span { border-color: rgb(200,109,57); }
td.TdClassName
{
border-color: #C86D39;
}
.TagClassName
{
border-color: #C86D39;
}
</style>