Shades of Zest #C86C33
Tints of Zest #C86C33
RGB
CMYK
RGB Variations
Color information
#C86C33 (or 0xC86C33) is known color: Zest. HEX triplet: C8, 6C and 33. RGB value is (200,108,51). Sum of RGB (Red+Green+Blue) = 200+108+51=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C33 is #3793CC. Grayscale: #818181. Windows color (decimal): -3642317 or 3370184. OLE color: 3370184.
HSL color Cylindrical-coordinate representation of color #C86C33: hue angle of 22.95º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C86C33 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 51 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.22 |
| HSL | 22.95º | 0.59% | 0.49% | - |
| HSV(B) | 22.95º | 0.75% | 0.78% | - |
| XYZ | 29.78 | 23.24 | 6.05 | - |
| YUV | 129.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 51 | 0 | 0.46 | 0.74 | 0.22 | 22.95 | 0.59 | 0.49 |
| Hex | C8 | 6C | 33 | 0 | 2E | 4A | 16 | 17 | 3B | 31 |
| Octal | 310 | 154 | 63 | 0 | 56 | 112 | 26 | 27 | 73 | 61 |
| Binary | 11001000 | 1101100 | 110011 | 0 | 101110 | 1001010 | 10110 | 10111 | 111011 | 110001 |
Color Harmonies of #C86C33
Complementary color
Monochromatic Colors of #C86C33
Black with #C86C33
Text Example
Text Example
White with #C86C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C33; }
p { color: rgb(200,108,51); }
H1.HeaderClassName
{
color: #C86C33;
}
.AnyTagClassName
{
color: #C86C33;
}
</style>
background-color css
<style>
a { background-color: #C86C33; }
a { background-color: rgb(200,108,51); }
div.DivClassName
{
background-color: #C86C33;
}
.BgClassName
{
background-color: #C86C33;
}
</style>
border-color css
<style>
span { border-color: #C86C33; }
span { border-color: rgb(200,108,51); }
td.TdClassName
{
border-color: #C86C33;
}
.TagClassName
{
border-color: #C86C33;
}
</style>