Shades of Chocolate #CE551D
Tints of Chocolate #CE551D
RGB
CMYK
RGB Variations
Color information
#CE551D (or 0xCE551D) is known color: Chocolate. HEX triplet: CE, 55 and 1D. RGB value is (206,85,29). Sum of RGB (Red+Green+Blue) = 206+85+29=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE551D is #31AAE2. Grayscale: #737373. Windows color (decimal): -3255011 or 1922510. OLE color: 1922510.
HSL color Cylindrical-coordinate representation of color #CE551D: hue angle of 18.98º 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 #CE551D is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 29 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.19 |
| HSL | 18.98º | 0.75% | 0.46% | - |
| HSV(B) | 18.98º | 0.86% | 0.81% | - |
| XYZ | 28.92 | 19.71 | 3.44 | - |
| YUV | 114.8 | 79.59 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 29 | 0 | 0.59 | 0.86 | 0.19 | 18.98 | 0.75 | 0.46 |
| Hex | CE | 55 | 1D | 0 | 3B | 56 | 13 | 13 | 4B | 2E |
| Octal | 316 | 125 | 35 | 0 | 73 | 126 | 23 | 23 | 113 | 56 |
| Binary | 11001110 | 1010101 | 11101 | 0 | 111011 | 1010110 | 10011 | 10011 | 1001011 | 101110 |
Color Harmonies of #CE551D
Complementary color
Monochromatic Colors of #CE551D
Black with #CE551D
Text Example
Text Example
White with #CE551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE551D; }
p { color: rgb(206,85,29); }
H1.HeaderClassName
{
color: #CE551D;
}
.AnyTagClassName
{
color: #CE551D;
}
</style>
background-color css
<style>
a { background-color: #CE551D; }
a { background-color: rgb(206,85,29); }
div.DivClassName
{
background-color: #CE551D;
}
.BgClassName
{
background-color: #CE551D;
}
</style>
border-color css
<style>
span { border-color: #CE551D; }
span { border-color: rgb(206,85,29); }
td.TdClassName
{
border-color: #CE551D;
}
.TagClassName
{
border-color: #CE551D;
}
</style>