Shades of Zest #C86A3C
Tints of Zest #C86A3C
RGB
CMYK
RGB Variations
Color information
#C86A3C (or 0xC86A3C) is known color: Zest. HEX triplet: C8, 6A and 3C. RGB value is (200,106,60). Sum of RGB (Red+Green+Blue) = 200+106+60=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A3C is #3795C3. Grayscale: #818181. Windows color (decimal): -3642820 or 3959496. OLE color: 3959496.
HSL color Cylindrical-coordinate representation of color #C86A3C: hue angle of 19.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C86A3C is Cyan = 0, Magento = 0.47, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 60 | - |
| CMYK | 0 | 0.47 | 0.7 | 0.22 |
| HSL | 19.71º | 0.56% | 0.51% | - |
| HSV(B) | 19.71º | 0.7% | 0.78% | - |
| XYZ | 29.79 | 22.91 | 7.13 | - |
| YUV | 128.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 60 | 0 | 0.47 | 0.7 | 0.22 | 19.71 | 0.56 | 0.51 |
| Hex | C8 | 6A | 3C | 0 | 2F | 46 | 16 | 14 | 38 | 33 |
| Octal | 310 | 152 | 74 | 0 | 57 | 106 | 26 | 24 | 70 | 63 |
| Binary | 11001000 | 1101010 | 111100 | 0 | 101111 | 1000110 | 10110 | 10100 | 111000 | 110011 |
Color Harmonies of #C86A3C
Complementary color
Monochromatic Colors of #C86A3C
Black with #C86A3C
Text Example
Text Example
White with #C86A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A3C; }
p { color: rgb(200,106,60); }
H1.HeaderClassName
{
color: #C86A3C;
}
.AnyTagClassName
{
color: #C86A3C;
}
</style>
background-color css
<style>
a { background-color: #C86A3C; }
a { background-color: rgb(200,106,60); }
div.DivClassName
{
background-color: #C86A3C;
}
.BgClassName
{
background-color: #C86A3C;
}
</style>
border-color css
<style>
span { border-color: #C86A3C; }
span { border-color: rgb(200,106,60); }
td.TdClassName
{
border-color: #C86A3C;
}
.TagClassName
{
border-color: #C86A3C;
}
</style>