Shades of Zest #C86D3D
Tints of Zest #C86D3D
RGB
CMYK
RGB Variations
Color information
#C86D3D (or 0xC86D3D) is known color: Zest. HEX triplet: C8, 6D and 3D. RGB value is (200,109,61). Sum of RGB (Red+Green+Blue) = 200+109+61=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D3D is #3792C2. Grayscale: #838383. Windows color (decimal): -3642051 or 4025800. OLE color: 4025800.
HSL color Cylindrical-coordinate representation of color #C86D3D: hue angle of 20.72º 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 #C86D3D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 61 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.22 |
| HSL | 20.72º | 0.56% | 0.51% | - |
| HSV(B) | 20.72º | 0.7% | 0.78% | - |
| XYZ | 30.13 | 23.55 | 7.37 | - |
| YUV | 130.74 | 88.65 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 61 | 0 | 0.46 | 0.69 | 0.22 | 20.72 | 0.56 | 0.51 |
| Hex | C8 | 6D | 3D | 0 | 2E | 45 | 16 | 15 | 38 | 33 |
| Octal | 310 | 155 | 75 | 0 | 56 | 105 | 26 | 25 | 70 | 63 |
| Binary | 11001000 | 1101101 | 111101 | 0 | 101110 | 1000101 | 10110 | 10101 | 111000 | 110011 |
Color Harmonies of #C86D3D
Complementary color
Monochromatic Colors of #C86D3D
Black with #C86D3D
Text Example
Text Example
White with #C86D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D3D; }
p { color: rgb(200,109,61); }
H1.HeaderClassName
{
color: #C86D3D;
}
.AnyTagClassName
{
color: #C86D3D;
}
</style>
background-color css
<style>
a { background-color: #C86D3D; }
a { background-color: rgb(200,109,61); }
div.DivClassName
{
background-color: #C86D3D;
}
.BgClassName
{
background-color: #C86D3D;
}
</style>
border-color css
<style>
span { border-color: #C86D3D; }
span { border-color: rgb(200,109,61); }
td.TdClassName
{
border-color: #C86D3D;
}
.TagClassName
{
border-color: #C86D3D;
}
</style>