Shades of Chocolate #CE6C19
Tints of Chocolate #CE6C19
RGB
CMYK
RGB Variations
Color information
#CE6C19 (or 0xCE6C19) is known color: Chocolate. HEX triplet: CE, 6C and 19. RGB value is (206,108,25). Sum of RGB (Red+Green+Blue) = 206+108+25=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C19 is #3193E6. Grayscale: #808080. Windows color (decimal): -3249127 or 1666254. OLE color: 1666254.
HSL color Cylindrical-coordinate representation of color #CE6C19: hue angle of 27.51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE6C19 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 25 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.19 |
| HSL | 27.51º | 0.78% | 0.45% | - |
| HSV(B) | 27.51º | 0.88% | 0.81% | - |
| XYZ | 30.99 | 23.92 | 3.9 | - |
| YUV | 127.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 25 | 0 | 0.48 | 0.88 | 0.19 | 27.51 | 0.78 | 0.45 |
| Hex | CE | 6C | 19 | 0 | 30 | 58 | 13 | 1C | 4E | 2D |
| Octal | 316 | 154 | 31 | 0 | 60 | 130 | 23 | 34 | 116 | 55 |
| Binary | 11001110 | 1101100 | 11001 | 0 | 110000 | 1011000 | 10011 | 11100 | 1001110 | 101101 |
Color Harmonies of #CE6C19
Complementary color
Monochromatic Colors of #CE6C19
Black with #CE6C19
Text Example
Text Example
White with #CE6C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C19; }
p { color: rgb(206,108,25); }
H1.HeaderClassName
{
color: #CE6C19;
}
.AnyTagClassName
{
color: #CE6C19;
}
</style>
background-color css
<style>
a { background-color: #CE6C19; }
a { background-color: rgb(206,108,25); }
div.DivClassName
{
background-color: #CE6C19;
}
.BgClassName
{
background-color: #CE6C19;
}
</style>
border-color css
<style>
span { border-color: #CE6C19; }
span { border-color: rgb(206,108,25); }
td.TdClassName
{
border-color: #CE6C19;
}
.TagClassName
{
border-color: #CE6C19;
}
</style>