Shades of Zest #C86A38
Tints of Zest #C86A38
RGB
CMYK
RGB Variations
Color information
#C86A38 (or 0xC86A38) is known color: Zest. HEX triplet: C8, 6A and 38. RGB value is (200,106,56). Sum of RGB (Red+Green+Blue) = 200+106+56=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A38 is #3795C7. Grayscale: #808080. Windows color (decimal): -3642824 or 3697352. OLE color: 3697352.
HSL color Cylindrical-coordinate representation of color #C86A38: hue angle of 20.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C86A38 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 106 | 56 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.22 |
| HSL | 20.83º | 0.57% | 0.5% | - |
| HSV(B) | 20.83º | 0.72% | 0.78% | - |
| XYZ | 29.69 | 22.87 | 6.59 | - |
| YUV | 128.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 106 | 56 | 0 | 0.47 | 0.72 | 0.22 | 20.83 | 0.57 | 0.5 |
| Hex | C8 | 6A | 38 | 0 | 2F | 48 | 16 | 15 | 39 | 32 |
| Octal | 310 | 152 | 70 | 0 | 57 | 110 | 26 | 25 | 71 | 62 |
| Binary | 11001000 | 1101010 | 111000 | 0 | 101111 | 1001000 | 10110 | 10101 | 111001 | 110010 |
Color Harmonies of #C86A38
Complementary color
Monochromatic Colors of #C86A38
Black with #C86A38
Text Example
Text Example
White with #C86A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86A38; }
p { color: rgb(200,106,56); }
H1.HeaderClassName
{
color: #C86A38;
}
.AnyTagClassName
{
color: #C86A38;
}
</style>
background-color css
<style>
a { background-color: #C86A38; }
a { background-color: rgb(200,106,56); }
div.DivClassName
{
background-color: #C86A38;
}
.BgClassName
{
background-color: #C86A38;
}
</style>
border-color css
<style>
span { border-color: #C86A38; }
span { border-color: rgb(200,106,56); }
td.TdClassName
{
border-color: #C86A38;
}
.TagClassName
{
border-color: #C86A38;
}
</style>