Shades of Zest #C86C38
Tints of Zest #C86C38
RGB
CMYK
RGB Variations
Color information
#C86C38 (or 0xC86C38) is known color: Zest. HEX triplet: C8, 6C and 38. RGB value is (200,108,56). Sum of RGB (Red+Green+Blue) = 200+108+56=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C38 is #3793C7. Grayscale: #818181. Windows color (decimal): -3642312 or 3697864. OLE color: 3697864.
HSL color Cylindrical-coordinate representation of color #C86C38: hue angle of 21.67º 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 #C86C38 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 56 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.22 |
| HSL | 21.67º | 0.57% | 0.5% | - |
| HSV(B) | 21.67º | 0.72% | 0.78% | - |
| XYZ | 29.9 | 23.29 | 6.66 | - |
| YUV | 129.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 56 | 0 | 0.46 | 0.72 | 0.22 | 21.67 | 0.57 | 0.5 |
| Hex | C8 | 6C | 38 | 0 | 2E | 48 | 16 | 16 | 39 | 32 |
| Octal | 310 | 154 | 70 | 0 | 56 | 110 | 26 | 26 | 71 | 62 |
| Binary | 11001000 | 1101100 | 111000 | 0 | 101110 | 1001000 | 10110 | 10110 | 111001 | 110010 |
Color Harmonies of #C86C38
Complementary color
Monochromatic Colors of #C86C38
Black with #C86C38
Text Example
Text Example
White with #C86C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C38; }
p { color: rgb(200,108,56); }
H1.HeaderClassName
{
color: #C86C38;
}
.AnyTagClassName
{
color: #C86C38;
}
</style>
background-color css
<style>
a { background-color: #C86C38; }
a { background-color: rgb(200,108,56); }
div.DivClassName
{
background-color: #C86C38;
}
.BgClassName
{
background-color: #C86C38;
}
</style>
border-color css
<style>
span { border-color: #C86C38; }
span { border-color: rgb(200,108,56); }
td.TdClassName
{
border-color: #C86C38;
}
.TagClassName
{
border-color: #C86C38;
}
</style>