Shades of Zest #C86A36
Tints of Zest #C86A36
RGB
CMYK
RGB Variations
Color information
#C86A36 (or 0xC86A36) is known color: Zest. HEX triplet: C8, 6A and 36. RGB value is (200,106,54). Sum of RGB (Red+Green+Blue) = 200+106+54=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A36 is #3795C9. Grayscale: #808080. Windows color (decimal): -3642826 or 3566280. OLE color: 3566280.
HSL color Cylindrical-coordinate representation of color #C86A36: hue angle of 21.37º 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 #C86A36 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 54 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.22 |
| HSL | 21.37º | 0.57% | 0.5% | - |
| HSV(B) | 21.37º | 0.73% | 0.78% | - |
| XYZ | 29.64 | 22.85 | 6.34 | - |
| YUV | 128.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 54 | 0 | 0.47 | 0.73 | 0.22 | 21.37 | 0.57 | 0.5 |
| Hex | C8 | 6A | 36 | 0 | 2F | 49 | 16 | 15 | 39 | 32 |
| Octal | 310 | 152 | 66 | 0 | 57 | 111 | 26 | 25 | 71 | 62 |
| Binary | 11001000 | 1101010 | 110110 | 0 | 101111 | 1001001 | 10110 | 10101 | 111001 | 110010 |
Color Harmonies of #C86A36
Complementary color
Monochromatic Colors of #C86A36
Black with #C86A36
Text Example
Text Example
White with #C86A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A36; }
p { color: rgb(200,106,54); }
H1.HeaderClassName
{
color: #C86A36;
}
.AnyTagClassName
{
color: #C86A36;
}
</style>
background-color css
<style>
a { background-color: #C86A36; }
a { background-color: rgb(200,106,54); }
div.DivClassName
{
background-color: #C86A36;
}
.BgClassName
{
background-color: #C86A36;
}
</style>
border-color css
<style>
span { border-color: #C86A36; }
span { border-color: rgb(200,106,54); }
td.TdClassName
{
border-color: #C86A36;
}
.TagClassName
{
border-color: #C86A36;
}
</style>