Shades of Chocolate #CE5E16
Tints of Chocolate #CE5E16
RGB
CMYK
RGB Variations
Color information
#CE5E16 (or 0xCE5E16) is known color: Chocolate. HEX triplet: CE, 5E and 16. RGB value is (206,94,22). Sum of RGB (Red+Green+Blue) = 206+94+22=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E16 is #31A1E9. Grayscale: #777777. Windows color (decimal): -3252714 or 1466062. OLE color: 1466062.
HSL color Cylindrical-coordinate representation of color #CE5E16: hue angle of 23.48º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE5E16 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 22 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.19 |
| HSL | 23.48º | 0.81% | 0.45% | - |
| HSV(B) | 23.48º | 0.89% | 0.81% | - |
| XYZ | 29.6 | 21.19 | 3.29 | - |
| YUV | 119.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 22 | 0 | 0.54 | 0.89 | 0.19 | 23.48 | 0.81 | 0.45 |
| Hex | CE | 5E | 16 | 0 | 36 | 59 | 13 | 17 | 51 | 2D |
| Octal | 316 | 136 | 26 | 0 | 66 | 131 | 23 | 27 | 121 | 55 |
| Binary | 11001110 | 1011110 | 10110 | 0 | 110110 | 1011001 | 10011 | 10111 | 1010001 | 101101 |
Color Harmonies of #CE5E16
Complementary color
Monochromatic Colors of #CE5E16
Black with #CE5E16
Text Example
Text Example
White with #CE5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E16; }
p { color: rgb(206,94,22); }
H1.HeaderClassName
{
color: #CE5E16;
}
.AnyTagClassName
{
color: #CE5E16;
}
</style>
background-color css
<style>
a { background-color: #CE5E16; }
a { background-color: rgb(206,94,22); }
div.DivClassName
{
background-color: #CE5E16;
}
.BgClassName
{
background-color: #CE5E16;
}
</style>
border-color css
<style>
span { border-color: #CE5E16; }
span { border-color: rgb(206,94,22); }
td.TdClassName
{
border-color: #CE5E16;
}
.TagClassName
{
border-color: #CE5E16;
}
</style>