Shades of Chocolate #CE5E1C
Tints of Chocolate #CE5E1C
RGB
CMYK
RGB Variations
Color information
#CE5E1C (or 0xCE5E1C) is known color: Chocolate. HEX triplet: CE, 5E and 1C. RGB value is (206,94,28). Sum of RGB (Red+Green+Blue) = 206+94+28=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E1C is #31A1E3. Grayscale: #787878. Windows color (decimal): -3252708 or 1859278. OLE color: 1859278.
HSL color Cylindrical-coordinate representation of color #CE5E1C: hue angle of 22.25º 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 #CE5E1C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 28 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.19 |
| HSL | 22.25º | 0.76% | 0.46% | - |
| HSV(B) | 22.25º | 0.86% | 0.81% | - |
| XYZ | 29.67 | 21.21 | 3.63 | - |
| YUV | 119.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 28 | 0 | 0.54 | 0.86 | 0.19 | 22.25 | 0.76 | 0.46 |
| Hex | CE | 5E | 1C | 0 | 36 | 56 | 13 | 16 | 4C | 2E |
| Octal | 316 | 136 | 34 | 0 | 66 | 126 | 23 | 26 | 114 | 56 |
| Binary | 11001110 | 1011110 | 11100 | 0 | 110110 | 1010110 | 10011 | 10110 | 1001100 | 101110 |
Color Harmonies of #CE5E1C
Complementary color
Monochromatic Colors of #CE5E1C
Black with #CE5E1C
Text Example
Text Example
White with #CE5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E1C; }
p { color: rgb(206,94,28); }
H1.HeaderClassName
{
color: #CE5E1C;
}
.AnyTagClassName
{
color: #CE5E1C;
}
</style>
background-color css
<style>
a { background-color: #CE5E1C; }
a { background-color: rgb(206,94,28); }
div.DivClassName
{
background-color: #CE5E1C;
}
.BgClassName
{
background-color: #CE5E1C;
}
</style>
border-color css
<style>
span { border-color: #CE5E1C; }
span { border-color: rgb(206,94,28); }
td.TdClassName
{
border-color: #CE5E1C;
}
.TagClassName
{
border-color: #CE5E1C;
}
</style>