Shades of Chocolate #CE561D
Tints of Chocolate #CE561D
RGB
CMYK
RGB Variations
Color information
#CE561D (or 0xCE561D) is known color: Chocolate. HEX triplet: CE, 56 and 1D. RGB value is (206,86,29). Sum of RGB (Red+Green+Blue) = 206+86+29=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE561D is #31A9E2. Grayscale: #737373. Windows color (decimal): -3254755 or 1922766. OLE color: 1922766.
HSL color Cylindrical-coordinate representation of color #CE561D: hue angle of 19.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE561D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 29 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.19 |
| HSL | 19.32º | 0.75% | 0.46% | - |
| HSV(B) | 19.32º | 0.86% | 0.81% | - |
| XYZ | 29 | 19.87 | 3.47 | - |
| YUV | 115.38 | 79.26 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 29 | 0 | 0.58 | 0.86 | 0.19 | 19.32 | 0.75 | 0.46 |
| Hex | CE | 56 | 1D | 0 | 3A | 56 | 13 | 13 | 4B | 2E |
| Octal | 316 | 126 | 35 | 0 | 72 | 126 | 23 | 23 | 113 | 56 |
| Binary | 11001110 | 1010110 | 11101 | 0 | 111010 | 1010110 | 10011 | 10011 | 1001011 | 101110 |
Color Harmonies of #CE561D
Complementary color
Monochromatic Colors of #CE561D
Black with #CE561D
Text Example
Text Example
White with #CE561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE561D; }
p { color: rgb(206,86,29); }
H1.HeaderClassName
{
color: #CE561D;
}
.AnyTagClassName
{
color: #CE561D;
}
</style>
background-color css
<style>
a { background-color: #CE561D; }
a { background-color: rgb(206,86,29); }
div.DivClassName
{
background-color: #CE561D;
}
.BgClassName
{
background-color: #CE561D;
}
</style>
border-color css
<style>
span { border-color: #CE561D; }
span { border-color: rgb(206,86,29); }
td.TdClassName
{
border-color: #CE561D;
}
.TagClassName
{
border-color: #CE561D;
}
</style>