Shades of Chocolate #CE5B15
Tints of Chocolate #CE5B15
RGB
CMYK
RGB Variations
Color information
#CE5B15 (or 0xCE5B15) is known color: Chocolate. HEX triplet: CE, 5B and 15. RGB value is (206,91,21). Sum of RGB (Red+Green+Blue) = 206+91+21=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B15 is #31A4EA. Grayscale: #757575. Windows color (decimal): -3253483 or 1399758. OLE color: 1399758.
HSL color Cylindrical-coordinate representation of color #CE5B15: hue angle of 22.7º 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 #CE5B15 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 21 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.19 |
| HSL | 22.7º | 0.81% | 0.45% | - |
| HSV(B) | 22.7º | 0.9% | 0.81% | - |
| XYZ | 29.33 | 20.66 | 3.15 | - |
| YUV | 117.41 | 73.6 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 21 | 0 | 0.56 | 0.90 | 0.19 | 22.7 | 0.81 | 0.45 |
| Hex | CE | 5B | 15 | 0 | 38 | 5A | 13 | 17 | 51 | 2D |
| Octal | 316 | 133 | 25 | 0 | 70 | 132 | 23 | 27 | 121 | 55 |
| Binary | 11001110 | 1011011 | 10101 | 0 | 111000 | 1011010 | 10011 | 10111 | 1010001 | 101101 |
Color Harmonies of #CE5B15
Complementary color
Monochromatic Colors of #CE5B15
Black with #CE5B15
Text Example
Text Example
White with #CE5B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B15; }
p { color: rgb(206,91,21); }
H1.HeaderClassName
{
color: #CE5B15;
}
.AnyTagClassName
{
color: #CE5B15;
}
</style>
background-color css
<style>
a { background-color: #CE5B15; }
a { background-color: rgb(206,91,21); }
div.DivClassName
{
background-color: #CE5B15;
}
.BgClassName
{
background-color: #CE5B15;
}
</style>
border-color css
<style>
span { border-color: #CE5B15; }
span { border-color: rgb(206,91,21); }
td.TdClassName
{
border-color: #CE5B15;
}
.TagClassName
{
border-color: #CE5B15;
}
</style>