Shades of Chocolate #CE5E1E
Tints of Chocolate #CE5E1E
RGB
CMYK
RGB Variations
Color information
#CE5E1E (or 0xCE5E1E) is known color: Chocolate. HEX triplet: CE, 5E and 1E. RGB value is (206,94,30). Sum of RGB (Red+Green+Blue) = 206+94+30=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E1E is #31A1E1. Grayscale: #787878. Windows color (decimal): -3252706 or 1990350. OLE color: 1990350.
HSL color Cylindrical-coordinate representation of color #CE5E1E: hue angle of 21.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE5E1E is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 94 | 30 | - |
CMYK | 0 | 0.54 | 0.85 | 0.19 |
HSL | 21.82º | 0.75% | 0.46% | - |
HSV(B) | 21.82º | 0.85% | 0.81% | - |
XYZ | 29.69 | 21.22 | 3.76 | - |
YUV | 120.19 | 77.11 | 189.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 94 | 30 | 0 | 0.54 | 0.85 | 0.19 | 21.82 | 0.75 | 0.46 |
Hex | CE | 5E | 1E | 0 | 36 | 55 | 13 | 16 | 4B | 2E |
Octal | 316 | 136 | 36 | 0 | 66 | 125 | 23 | 26 | 113 | 56 |
Binary | 11001110 | 1011110 | 11110 | 0 | 110110 | 1010101 | 10011 | 10110 | 1001011 | 101110 |
Color Harmonies of #CE5E1E
Complementary color
Monochromatic Colors of #CE5E1E
Black with #CE5E1E
Text Example
Text Example
White with #CE5E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E1E; }
p { color: rgb(206,94,30); }
H1.HeaderClassName
{
color: #CE5E1E;
}
.AnyTagClassName
{
color: #CE5E1E;
}
</style>
background-color css
<style>
a { background-color: #CE5E1E; }
a { background-color: rgb(206,94,30); }
div.DivClassName
{
background-color: #CE5E1E;
}
.BgClassName
{
background-color: #CE5E1E;
}
</style>
border-color css
<style>
span { border-color: #CE5E1E; }
span { border-color: rgb(206,94,30); }
td.TdClassName
{
border-color: #CE5E1E;
}
.TagClassName
{
border-color: #CE5E1E;
}
</style>