Shades of Chocolate #C86420
Tints of Chocolate #C86420
RGB
CMYK
RGB Variations
Color information
#C86420 (or 0xC86420) is known color: Chocolate. HEX triplet: C8, 64 and 20. RGB value is (200,100,32). Sum of RGB (Red+Green+Blue) = 200+100+32=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C86420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86420 is #379BDF. Grayscale: #7A7A7A. Windows color (decimal): -3644384 or 2122952. OLE color: 2122952.
HSL color Cylindrical-coordinate representation of color #C86420: hue angle of 24.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C86420 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 32 | - |
| CMYK | 0 | 0.5 | 0.84 | 0.22 |
| HSL | 24.29º | 0.72% | 0.45% | - |
| HSV(B) | 24.29º | 0.84% | 0.78% | - |
| XYZ | 28.64 | 21.5 | 4.01 | - |
| YUV | 122.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 32 | 0 | 0.5 | 0.84 | 0.22 | 24.29 | 0.72 | 0.45 |
| Hex | C8 | 64 | 20 | 0 | 32 | 54 | 16 | 18 | 48 | 2D |
| Octal | 310 | 144 | 40 | 0 | 62 | 124 | 26 | 30 | 110 | 55 |
| Binary | 11001000 | 1100100 | 100000 | 0 | 110010 | 1010100 | 10110 | 11000 | 1001000 | 101101 |
Color Harmonies of #C86420
Complementary color
Monochromatic Colors of #C86420
Black with #C86420
Text Example
Text Example
White with #C86420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86420; }
p { color: rgb(200,100,32); }
H1.HeaderClassName
{
color: #C86420;
}
.AnyTagClassName
{
color: #C86420;
}
</style>
background-color css
<style>
a { background-color: #C86420; }
a { background-color: rgb(200,100,32); }
div.DivClassName
{
background-color: #C86420;
}
.BgClassName
{
background-color: #C86420;
}
</style>
border-color css
<style>
span { border-color: #C86420; }
span { border-color: rgb(200,100,32); }
td.TdClassName
{
border-color: #C86420;
}
.TagClassName
{
border-color: #C86420;
}
</style>