Shades of Chocolate #CE6C15
Tints of Chocolate #CE6C15
RGB
CMYK
RGB Variations
Color information
#CE6C15 (or 0xCE6C15) is known color: Chocolate. HEX triplet: CE, 6C and 15. RGB value is (206,108,21). Sum of RGB (Red+Green+Blue) = 206+108+21=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C15 is #3193EA. Grayscale: #7F7F7F. Windows color (decimal): -3249131 or 1404110. OLE color: 1404110.
HSL color Cylindrical-coordinate representation of color #CE6C15: hue angle of 28.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6C15 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 21 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.19 |
| HSL | 28.22º | 0.81% | 0.45% | - |
| HSV(B) | 28.22º | 0.9% | 0.81% | - |
| XYZ | 30.95 | 23.9 | 3.69 | - |
| YUV | 127.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 21 | 0 | 0.48 | 0.90 | 0.19 | 28.22 | 0.81 | 0.45 |
| Hex | CE | 6C | 15 | 0 | 30 | 5A | 13 | 1C | 51 | 2D |
| Octal | 316 | 154 | 25 | 0 | 60 | 132 | 23 | 34 | 121 | 55 |
| Binary | 11001110 | 1101100 | 10101 | 0 | 110000 | 1011010 | 10011 | 11100 | 1010001 | 101101 |
Color Harmonies of #CE6C15
Complementary color
Monochromatic Colors of #CE6C15
Black with #CE6C15
Text Example
Text Example
White with #CE6C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C15; }
p { color: rgb(206,108,21); }
H1.HeaderClassName
{
color: #CE6C15;
}
.AnyTagClassName
{
color: #CE6C15;
}
</style>
background-color css
<style>
a { background-color: #CE6C15; }
a { background-color: rgb(206,108,21); }
div.DivClassName
{
background-color: #CE6C15;
}
.BgClassName
{
background-color: #CE6C15;
}
</style>
border-color css
<style>
span { border-color: #CE6C15; }
span { border-color: rgb(206,108,21); }
td.TdClassName
{
border-color: #CE6C15;
}
.TagClassName
{
border-color: #CE6C15;
}
</style>