Shades of Chocolate #CE531C
Tints of Chocolate #CE531C
RGB
CMYK
RGB Variations
Color information
#CE531C (or 0xCE531C) is known color: Chocolate. HEX triplet: CE, 53 and 1C. RGB value is (206,83,28). Sum of RGB (Red+Green+Blue) = 206+83+28=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE531C is #31ACE3. Grayscale: #717171. Windows color (decimal): -3255524 or 1856462. OLE color: 1856462.
HSL color Cylindrical-coordinate representation of color #CE531C: hue angle of 18.54º 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 #CE531C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 28 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.19 |
| HSL | 18.54º | 0.76% | 0.46% | - |
| HSV(B) | 18.54º | 0.86% | 0.81% | - |
| XYZ | 28.76 | 19.39 | 3.33 | - |
| YUV | 113.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 28 | 0 | 0.60 | 0.86 | 0.19 | 18.54 | 0.76 | 0.46 |
| Hex | CE | 53 | 1C | 0 | 3C | 56 | 13 | 13 | 4C | 2E |
| Octal | 316 | 123 | 34 | 0 | 74 | 126 | 23 | 23 | 114 | 56 |
| Binary | 11001110 | 1010011 | 11100 | 0 | 111100 | 1010110 | 10011 | 10011 | 1001100 | 101110 |
Color Harmonies of #CE531C
Complementary color
Monochromatic Colors of #CE531C
Black with #CE531C
Text Example
Text Example
White with #CE531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE531C; }
p { color: rgb(206,83,28); }
H1.HeaderClassName
{
color: #CE531C;
}
.AnyTagClassName
{
color: #CE531C;
}
</style>
background-color css
<style>
a { background-color: #CE531C; }
a { background-color: rgb(206,83,28); }
div.DivClassName
{
background-color: #CE531C;
}
.BgClassName
{
background-color: #CE531C;
}
</style>
border-color css
<style>
span { border-color: #CE531C; }
span { border-color: rgb(206,83,28); }
td.TdClassName
{
border-color: #CE531C;
}
.TagClassName
{
border-color: #CE531C;
}
</style>