Shades of Zest #C86C3E
Tints of Zest #C86C3E
RGB
CMYK
RGB Variations
Color information
#C86C3E (or 0xC86C3E) is known color: Zest. HEX triplet: C8, 6C and 3E. RGB value is (200,108,62). Sum of RGB (Red+Green+Blue) = 200+108+62=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C3E is #3793C1. Grayscale: #828282. Windows color (decimal): -3642306 or 4091080. OLE color: 4091080.
HSL color Cylindrical-coordinate representation of color #C86C3E: hue angle of 20º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C86C3E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 62 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.22 |
| HSL | 20º | 0.56% | 0.51% | - |
| HSV(B) | 20º | 0.69% | 0.78% | - |
| XYZ | 30.05 | 23.35 | 7.48 | - |
| YUV | 130.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 62 | 0 | 0.46 | 0.69 | 0.22 | 20 | 0.56 | 0.51 |
| Hex | C8 | 6C | 3E | 0 | 2E | 45 | 16 | 14 | 38 | 33 |
| Octal | 310 | 154 | 76 | 0 | 56 | 105 | 26 | 24 | 70 | 63 |
| Binary | 11001000 | 1101100 | 111110 | 0 | 101110 | 1000101 | 10110 | 10100 | 111000 | 110011 |
Color Harmonies of #C86C3E
Complementary color
Monochromatic Colors of #C86C3E
Black with #C86C3E
Text Example
Text Example
White with #C86C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C3E; }
p { color: rgb(200,108,62); }
H1.HeaderClassName
{
color: #C86C3E;
}
.AnyTagClassName
{
color: #C86C3E;
}
</style>
background-color css
<style>
a { background-color: #C86C3E; }
a { background-color: rgb(200,108,62); }
div.DivClassName
{
background-color: #C86C3E;
}
.BgClassName
{
background-color: #C86C3E;
}
</style>
border-color css
<style>
span { border-color: #C86C3E; }
span { border-color: rgb(200,108,62); }
td.TdClassName
{
border-color: #C86C3E;
}
.TagClassName
{
border-color: #C86C3E;
}
</style>