Shades of Chocolate #CE521C
Tints of Chocolate #CE521C
RGB
CMYK
RGB Variations
Color information
#CE521C (or 0xCE521C) is known color: Chocolate. HEX triplet: CE, 52 and 1C. RGB value is (206,82,28). Sum of RGB (Red+Green+Blue) = 206+82+28=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE521C is #31ADE3. Grayscale: #717171. Windows color (decimal): -3255780 or 1856206. OLE color: 1856206.
HSL color Cylindrical-coordinate representation of color #CE521C: hue angle of 18.2º degrees, saturation: 0.76, 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 #CE521C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 28 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.19 |
| HSL | 18.2º | 0.76% | 0.46% | - |
| HSV(B) | 18.2º | 0.86% | 0.81% | - |
| XYZ | 28.68 | 19.24 | 3.3 | - |
| YUV | 112.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 28 | 0 | 0.60 | 0.86 | 0.19 | 18.2 | 0.76 | 0.46 |
| Hex | CE | 52 | 1C | 0 | 3C | 56 | 13 | 12 | 4C | 2E |
| Octal | 316 | 122 | 34 | 0 | 74 | 126 | 23 | 22 | 114 | 56 |
| Binary | 11001110 | 1010010 | 11100 | 0 | 111100 | 1010110 | 10011 | 10010 | 1001100 | 101110 |
Color Harmonies of #CE521C
Complementary color
Monochromatic Colors of #CE521C
Black with #CE521C
Text Example
Text Example
White with #CE521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE521C; }
p { color: rgb(206,82,28); }
H1.HeaderClassName
{
color: #CE521C;
}
.AnyTagClassName
{
color: #CE521C;
}
</style>
background-color css
<style>
a { background-color: #CE521C; }
a { background-color: rgb(206,82,28); }
div.DivClassName
{
background-color: #CE521C;
}
.BgClassName
{
background-color: #CE521C;
}
</style>
border-color css
<style>
span { border-color: #CE521C; }
span { border-color: rgb(206,82,28); }
td.TdClassName
{
border-color: #CE521C;
}
.TagClassName
{
border-color: #CE521C;
}
</style>