Shades of Chocolate #CE5C13
Tints of Chocolate #CE5C13
RGB
CMYK
RGB Variations
Color information
#CE5C13 (or 0xCE5C13) is known color: Chocolate. HEX triplet: CE, 5C and 13. RGB value is (206,92,19). Sum of RGB (Red+Green+Blue) = 206+92+19=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5C13 is #31A3EC. Grayscale: #767676. Windows color (decimal): -3253229 or 1268942. OLE color: 1268942.
HSL color Cylindrical-coordinate representation of color #CE5C13: hue angle of 23.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE5C13 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 19 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.19 |
| HSL | 23.42º | 0.83% | 0.44% | - |
| HSV(B) | 23.42º | 0.91% | 0.81% | - |
| XYZ | 29.4 | 20.82 | 3.09 | - |
| YUV | 117.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 19 | 0 | 0.55 | 0.91 | 0.19 | 23.42 | 0.83 | 0.44 |
| Hex | CE | 5C | 13 | 0 | 37 | 5B | 13 | 17 | 53 | 2C |
| Octal | 316 | 134 | 23 | 0 | 67 | 133 | 23 | 27 | 123 | 54 |
| Binary | 11001110 | 1011100 | 10011 | 0 | 110111 | 1011011 | 10011 | 10111 | 1010011 | 101100 |
Color Harmonies of #CE5C13
Complementary color
Monochromatic Colors of #CE5C13
Black with #CE5C13
Text Example
Text Example
White with #CE5C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C13; }
p { color: rgb(206,92,19); }
H1.HeaderClassName
{
color: #CE5C13;
}
.AnyTagClassName
{
color: #CE5C13;
}
</style>
background-color css
<style>
a { background-color: #CE5C13; }
a { background-color: rgb(206,92,19); }
div.DivClassName
{
background-color: #CE5C13;
}
.BgClassName
{
background-color: #CE5C13;
}
</style>
border-color css
<style>
span { border-color: #CE5C13; }
span { border-color: rgb(206,92,19); }
td.TdClassName
{
border-color: #CE5C13;
}
.TagClassName
{
border-color: #CE5C13;
}
</style>