Shades of Chocolate #CE6C20
Tints of Chocolate #CE6C20
RGB
CMYK
RGB Variations
Color information
#CE6C20 (or 0xCE6C20) is known color: Chocolate. HEX triplet: CE, 6C and 20. RGB value is (206,108,32). Sum of RGB (Red+Green+Blue) = 206+108+32=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C20 is #3193DF. Grayscale: #818181. Windows color (decimal): -3249120 or 2125006. OLE color: 2125006.
HSL color Cylindrical-coordinate representation of color #CE6C20: hue angle of 26.21º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE6C20 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 32 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.19 |
| HSL | 26.21º | 0.73% | 0.47% | - |
| HSV(B) | 26.21º | 0.84% | 0.81% | - |
| XYZ | 31.08 | 23.95 | 4.35 | - |
| YUV | 128.64 | 73.47 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 32 | 0 | 0.48 | 0.84 | 0.19 | 26.21 | 0.73 | 0.47 |
| Hex | CE | 6C | 20 | 0 | 30 | 54 | 13 | 1A | 49 | 2F |
| Octal | 316 | 154 | 40 | 0 | 60 | 124 | 23 | 32 | 111 | 57 |
| Binary | 11001110 | 1101100 | 100000 | 0 | 110000 | 1010100 | 10011 | 11010 | 1001001 | 101111 |
Color Harmonies of #CE6C20
Complementary color
Monochromatic Colors of #CE6C20
Black with #CE6C20
Text Example
Text Example
White with #CE6C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C20; }
p { color: rgb(206,108,32); }
H1.HeaderClassName
{
color: #CE6C20;
}
.AnyTagClassName
{
color: #CE6C20;
}
</style>
background-color css
<style>
a { background-color: #CE6C20; }
a { background-color: rgb(206,108,32); }
div.DivClassName
{
background-color: #CE6C20;
}
.BgClassName
{
background-color: #CE6C20;
}
</style>
border-color css
<style>
span { border-color: #CE6C20; }
span { border-color: rgb(206,108,32); }
td.TdClassName
{
border-color: #CE6C20;
}
.TagClassName
{
border-color: #CE6C20;
}
</style>