Shades of Chocolate #CE5D1C
Tints of Chocolate #CE5D1C
RGB
CMYK
RGB Variations
Color information
#CE5D1C (or 0xCE5D1C) is known color: Chocolate. HEX triplet: CE, 5D and 1C. RGB value is (206,93,28). Sum of RGB (Red+Green+Blue) = 206+93+28=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D1C is #31A2E3. Grayscale: #777777. Windows color (decimal): -3252964 or 1859022. OLE color: 1859022.
HSL color Cylindrical-coordinate representation of color #CE5D1C: hue angle of 21.91º 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 #CE5D1C is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 28 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.19 |
| HSL | 21.91º | 0.76% | 0.46% | - |
| HSV(B) | 21.91º | 0.86% | 0.81% | - |
| XYZ | 29.58 | 21.03 | 3.6 | - |
| YUV | 119.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 28 | 0 | 0.55 | 0.86 | 0.19 | 21.91 | 0.76 | 0.46 |
| Hex | CE | 5D | 1C | 0 | 37 | 56 | 13 | 16 | 4C | 2E |
| Octal | 316 | 135 | 34 | 0 | 67 | 126 | 23 | 26 | 114 | 56 |
| Binary | 11001110 | 1011101 | 11100 | 0 | 110111 | 1010110 | 10011 | 10110 | 1001100 | 101110 |
Color Harmonies of #CE5D1C
Complementary color
Monochromatic Colors of #CE5D1C
Black with #CE5D1C
Text Example
Text Example
White with #CE5D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D1C; }
p { color: rgb(206,93,28); }
H1.HeaderClassName
{
color: #CE5D1C;
}
.AnyTagClassName
{
color: #CE5D1C;
}
</style>
background-color css
<style>
a { background-color: #CE5D1C; }
a { background-color: rgb(206,93,28); }
div.DivClassName
{
background-color: #CE5D1C;
}
.BgClassName
{
background-color: #CE5D1C;
}
</style>
border-color css
<style>
span { border-color: #CE5D1C; }
span { border-color: rgb(206,93,28); }
td.TdClassName
{
border-color: #CE5D1C;
}
.TagClassName
{
border-color: #CE5D1C;
}
</style>