Shades of Chocolate #CE5E23
Tints of Chocolate #CE5E23
RGB
CMYK
RGB Variations
Color information
#CE5E23 (or 0xCE5E23) is known color: Chocolate. HEX triplet: CE, 5E and 23. RGB value is (206,94,35). Sum of RGB (Red+Green+Blue) = 206+94+35=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E23 is #31A1DC. Grayscale: #797979. Windows color (decimal): -3252701 or 2318030. OLE color: 2318030.
HSL color Cylindrical-coordinate representation of color #CE5E23: hue angle of 20.7º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE5E23 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 35 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.19 |
| HSL | 20.7º | 0.71% | 0.47% | - |
| HSV(B) | 20.7º | 0.83% | 0.81% | - |
| XYZ | 29.76 | 21.25 | 4.12 | - |
| YUV | 120.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 35 | 0 | 0.54 | 0.83 | 0.19 | 20.7 | 0.71 | 0.47 |
| Hex | CE | 5E | 23 | 0 | 36 | 53 | 13 | 15 | 47 | 2F |
| Octal | 316 | 136 | 43 | 0 | 66 | 123 | 23 | 25 | 107 | 57 |
| Binary | 11001110 | 1011110 | 100011 | 0 | 110110 | 1010011 | 10011 | 10101 | 1000111 | 101111 |
Color Harmonies of #CE5E23
Complementary color
Monochromatic Colors of #CE5E23
Black with #CE5E23
Text Example
Text Example
White with #CE5E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E23; }
p { color: rgb(206,94,35); }
H1.HeaderClassName
{
color: #CE5E23;
}
.AnyTagClassName
{
color: #CE5E23;
}
</style>
background-color css
<style>
a { background-color: #CE5E23; }
a { background-color: rgb(206,94,35); }
div.DivClassName
{
background-color: #CE5E23;
}
.BgClassName
{
background-color: #CE5E23;
}
</style>
border-color css
<style>
span { border-color: #CE5E23; }
span { border-color: rgb(206,94,35); }
td.TdClassName
{
border-color: #CE5E23;
}
.TagClassName
{
border-color: #CE5E23;
}
</style>