Shades of Chocolate #CE6213
Tints of Chocolate #CE6213
RGB
CMYK
RGB Variations
Color information
#CE6213 (or 0xCE6213) is known color: Chocolate. HEX triplet: CE, 62 and 13. RGB value is (206,98,19). Sum of RGB (Red+Green+Blue) = 206+98+19=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6213 is #319DEC. Grayscale: #797979. Windows color (decimal): -3251693 or 1270478. OLE color: 1270478.
HSL color Cylindrical-coordinate representation of color #CE6213: hue angle of 25.35º 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 #CE6213 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.19 |
| HSL | 25.35º | 0.83% | 0.44% | - |
| HSV(B) | 25.35º | 0.91% | 0.81% | - |
| XYZ | 29.94 | 21.9 | 3.27 | - |
| YUV | 121.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 19 | 0 | 0.52 | 0.91 | 0.19 | 25.35 | 0.83 | 0.44 |
| Hex | CE | 62 | 13 | 0 | 34 | 5B | 13 | 19 | 53 | 2C |
| Octal | 316 | 142 | 23 | 0 | 64 | 133 | 23 | 31 | 123 | 54 |
| Binary | 11001110 | 1100010 | 10011 | 0 | 110100 | 1011011 | 10011 | 11001 | 1010011 | 101100 |
Color Harmonies of #CE6213
Complementary color
Monochromatic Colors of #CE6213
Black with #CE6213
Text Example
Text Example
White with #CE6213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6213; }
p { color: rgb(206,98,19); }
H1.HeaderClassName
{
color: #CE6213;
}
.AnyTagClassName
{
color: #CE6213;
}
</style>
background-color css
<style>
a { background-color: #CE6213; }
a { background-color: rgb(206,98,19); }
div.DivClassName
{
background-color: #CE6213;
}
.BgClassName
{
background-color: #CE6213;
}
</style>
border-color css
<style>
span { border-color: #CE6213; }
span { border-color: rgb(206,98,19); }
td.TdClassName
{
border-color: #CE6213;
}
.TagClassName
{
border-color: #CE6213;
}
</style>