Shades of Chocolate #CE5F15
Tints of Chocolate #CE5F15
RGB
CMYK
RGB Variations
Color information
#CE5F15 (or 0xCE5F15) is known color: Chocolate. HEX triplet: CE, 5F and 15. RGB value is (206,95,21). Sum of RGB (Red+Green+Blue) = 206+95+21=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5F15 is #31A0EA. Grayscale: #787878. Windows color (decimal): -3252459 or 1400782. OLE color: 1400782.
HSL color Cylindrical-coordinate representation of color #CE5F15: hue angle of 24º 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 #CE5F15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.19 |
| HSL | 24º | 0.81% | 0.45% | - |
| HSV(B) | 24º | 0.9% | 0.81% | - |
| XYZ | 29.68 | 21.36 | 3.27 | - |
| YUV | 119.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 21 | 0 | 0.54 | 0.90 | 0.19 | 24 | 0.81 | 0.45 |
| Hex | CE | 5F | 15 | 0 | 36 | 5A | 13 | 18 | 51 | 2D |
| Octal | 316 | 137 | 25 | 0 | 66 | 132 | 23 | 30 | 121 | 55 |
| Binary | 11001110 | 1011111 | 10101 | 0 | 110110 | 1011010 | 10011 | 11000 | 1010001 | 101101 |
Color Harmonies of #CE5F15
Complementary color
Monochromatic Colors of #CE5F15
Black with #CE5F15
Text Example
Text Example
White with #CE5F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5F15; }
p { color: rgb(206,95,21); }
H1.HeaderClassName
{
color: #CE5F15;
}
.AnyTagClassName
{
color: #CE5F15;
}
</style>
background-color css
<style>
a { background-color: #CE5F15; }
a { background-color: rgb(206,95,21); }
div.DivClassName
{
background-color: #CE5F15;
}
.BgClassName
{
background-color: #CE5F15;
}
</style>
border-color css
<style>
span { border-color: #CE5F15; }
span { border-color: rgb(206,95,21); }
td.TdClassName
{
border-color: #CE5F15;
}
.TagClassName
{
border-color: #CE5F15;
}
</style>