Shades of Zest #C86D35
Tints of Zest #C86D35
RGB
CMYK
RGB Variations
Color information
#C86D35 (or 0xC86D35) is known color: Zest. HEX triplet: C8, 6D and 35. RGB value is (200,109,53). Sum of RGB (Red+Green+Blue) = 200+109+53=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86D35 is #3792CA. Grayscale: #828282. Windows color (decimal): -3642059 or 3501512. OLE color: 3501512.
HSL color Cylindrical-coordinate representation of color #C86D35: hue angle of 22.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C86D35 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 53 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.22 |
| HSL | 22.86º | 0.58% | 0.5% | - |
| HSV(B) | 22.86º | 0.74% | 0.78% | - |
| XYZ | 29.93 | 23.47 | 6.32 | - |
| YUV | 129.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 53 | 0 | 0.46 | 0.74 | 0.22 | 22.86 | 0.58 | 0.5 |
| Hex | C8 | 6D | 35 | 0 | 2E | 4A | 16 | 17 | 3A | 32 |
| Octal | 310 | 155 | 65 | 0 | 56 | 112 | 26 | 27 | 72 | 62 |
| Binary | 11001000 | 1101101 | 110101 | 0 | 101110 | 1001010 | 10110 | 10111 | 111010 | 110010 |
Color Harmonies of #C86D35
Complementary color
Monochromatic Colors of #C86D35
Black with #C86D35
Text Example
Text Example
White with #C86D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D35; }
p { color: rgb(200,109,53); }
H1.HeaderClassName
{
color: #C86D35;
}
.AnyTagClassName
{
color: #C86D35;
}
</style>
background-color css
<style>
a { background-color: #C86D35; }
a { background-color: rgb(200,109,53); }
div.DivClassName
{
background-color: #C86D35;
}
.BgClassName
{
background-color: #C86D35;
}
</style>
border-color css
<style>
span { border-color: #C86D35; }
span { border-color: rgb(200,109,53); }
td.TdClassName
{
border-color: #C86D35;
}
.TagClassName
{
border-color: #C86D35;
}
</style>