Shades of Chocolate #CE5519
Tints of Chocolate #CE5519
RGB
CMYK
RGB Variations
Color information
#CE5519 (or 0xCE5519) is known color: Chocolate. HEX triplet: CE, 55 and 19. RGB value is (206,85,25). Sum of RGB (Red+Green+Blue) = 206+85+25=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5519 is #31AAE6. Grayscale: #727272. Windows color (decimal): -3255015 or 1660366. OLE color: 1660366.
HSL color Cylindrical-coordinate representation of color #CE5519: hue angle of 19.89º 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 #CE5519 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 25 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.19 |
| HSL | 19.89º | 0.78% | 0.45% | - |
| HSV(B) | 19.89º | 0.88% | 0.81% | - |
| XYZ | 28.88 | 19.69 | 3.2 | - |
| YUV | 114.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 25 | 0 | 0.59 | 0.88 | 0.19 | 19.89 | 0.78 | 0.45 |
| Hex | CE | 55 | 19 | 0 | 3B | 58 | 13 | 14 | 4E | 2D |
| Octal | 316 | 125 | 31 | 0 | 73 | 130 | 23 | 24 | 116 | 55 |
| Binary | 11001110 | 1010101 | 11001 | 0 | 111011 | 1011000 | 10011 | 10100 | 1001110 | 101101 |
Color Harmonies of #CE5519
Complementary color
Monochromatic Colors of #CE5519
Black with #CE5519
Text Example
Text Example
White with #CE5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5519; }
p { color: rgb(206,85,25); }
H1.HeaderClassName
{
color: #CE5519;
}
.AnyTagClassName
{
color: #CE5519;
}
</style>
background-color css
<style>
a { background-color: #CE5519; }
a { background-color: rgb(206,85,25); }
div.DivClassName
{
background-color: #CE5519;
}
.BgClassName
{
background-color: #CE5519;
}
</style>
border-color css
<style>
span { border-color: #CE5519; }
span { border-color: rgb(206,85,25); }
td.TdClassName
{
border-color: #CE5519;
}
.TagClassName
{
border-color: #CE5519;
}
</style>