Shades of Zest #C86F3B
Tints of Zest #C86F3B
RGB
CMYK
RGB Variations
Color information
#C86F3B (or 0xC86F3B) is known color: Zest. HEX triplet: C8, 6F and 3B. RGB value is (200,111,59). Sum of RGB (Red+Green+Blue) = 200+111+59=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F3B is #3790C4. Grayscale: #838383. Windows color (decimal): -3641541 or 3895240. OLE color: 3895240.
HSL color Cylindrical-coordinate representation of color #C86F3B: hue angle of 22.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C86F3B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 111 | 59 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.22 |
| HSL | 22.13º | 0.56% | 0.51% | - |
| HSV(B) | 22.13º | 0.71% | 0.78% | - |
| XYZ | 30.29 | 23.96 | 7.17 | - |
| YUV | 131.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 59 | 0 | 0.44 | 0.70 | 0.22 | 22.13 | 0.56 | 0.51 |
| Hex | C8 | 6F | 3B | 0 | 2C | 46 | 16 | 16 | 38 | 33 |
| Octal | 310 | 157 | 73 | 0 | 54 | 106 | 26 | 26 | 70 | 63 |
| Binary | 11001000 | 1101111 | 111011 | 0 | 101100 | 1000110 | 10110 | 10110 | 111000 | 110011 |
Color Harmonies of #C86F3B
Complementary color
Monochromatic Colors of #C86F3B
Black with #C86F3B
Text Example
Text Example
White with #C86F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86F3B; }
p { color: rgb(200,111,59); }
H1.HeaderClassName
{
color: #C86F3B;
}
.AnyTagClassName
{
color: #C86F3B;
}
</style>
background-color css
<style>
a { background-color: #C86F3B; }
a { background-color: rgb(200,111,59); }
div.DivClassName
{
background-color: #C86F3B;
}
.BgClassName
{
background-color: #C86F3B;
}
</style>
border-color css
<style>
span { border-color: #C86F3B; }
span { border-color: rgb(200,111,59); }
td.TdClassName
{
border-color: #C86F3B;
}
.TagClassName
{
border-color: #C86F3B;
}
</style>