Shades of Chocolate #CE6019
Tints of Chocolate #CE6019
RGB
CMYK
RGB Variations
Color information
#CE6019 (or 0xCE6019) is known color: Chocolate. HEX triplet: CE, 60 and 19. RGB value is (206,96,25). Sum of RGB (Red+Green+Blue) = 206+96+25=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6019 is #319FE6. Grayscale: #797979. Windows color (decimal): -3252199 or 1663182. OLE color: 1663182.
HSL color Cylindrical-coordinate representation of color #CE6019: hue angle of 23.54º 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 #CE6019 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 25 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.19 |
| HSL | 23.54º | 0.78% | 0.45% | - |
| HSV(B) | 23.54º | 0.88% | 0.81% | - |
| XYZ | 29.81 | 21.56 | 3.51 | - |
| YUV | 120.8 | 73.94 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 25 | 0 | 0.53 | 0.88 | 0.19 | 23.54 | 0.78 | 0.45 |
| Hex | CE | 60 | 19 | 0 | 35 | 58 | 13 | 18 | 4E | 2D |
| Octal | 316 | 140 | 31 | 0 | 65 | 130 | 23 | 30 | 116 | 55 |
| Binary | 11001110 | 1100000 | 11001 | 0 | 110101 | 1011000 | 10011 | 11000 | 1001110 | 101101 |
Color Harmonies of #CE6019
Complementary color
Monochromatic Colors of #CE6019
Black with #CE6019
Text Example
Text Example
White with #CE6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6019; }
p { color: rgb(206,96,25); }
H1.HeaderClassName
{
color: #CE6019;
}
.AnyTagClassName
{
color: #CE6019;
}
</style>
background-color css
<style>
a { background-color: #CE6019; }
a { background-color: rgb(206,96,25); }
div.DivClassName
{
background-color: #CE6019;
}
.BgClassName
{
background-color: #CE6019;
}
</style>
border-color css
<style>
span { border-color: #CE6019; }
span { border-color: rgb(206,96,25); }
td.TdClassName
{
border-color: #CE6019;
}
.TagClassName
{
border-color: #CE6019;
}
</style>