Shades of Chocolate #CE5E20
Tints of Chocolate #CE5E20
RGB
CMYK
RGB Variations
Color information
#CE5E20 (or 0xCE5E20) is known color: Chocolate. HEX triplet: CE, 5E and 20. RGB value is (206,94,32). Sum of RGB (Red+Green+Blue) = 206+94+32=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E20 is #31A1DF. Grayscale: #787878. Windows color (decimal): -3252704 or 2121422. OLE color: 2121422.
HSL color Cylindrical-coordinate representation of color #CE5E20: hue angle of 21.38º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE5E20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 32 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.19 |
| HSL | 21.38º | 0.73% | 0.47% | - |
| HSV(B) | 21.38º | 0.84% | 0.81% | - |
| XYZ | 29.72 | 21.23 | 3.9 | - |
| YUV | 120.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 32 | 0 | 0.54 | 0.84 | 0.19 | 21.38 | 0.73 | 0.47 |
| Hex | CE | 5E | 20 | 0 | 36 | 54 | 13 | 15 | 49 | 2F |
| Octal | 316 | 136 | 40 | 0 | 66 | 124 | 23 | 25 | 111 | 57 |
| Binary | 11001110 | 1011110 | 100000 | 0 | 110110 | 1010100 | 10011 | 10101 | 1001001 | 101111 |
Color Harmonies of #CE5E20
Complementary color
Monochromatic Colors of #CE5E20
Black with #CE5E20
Text Example
Text Example
White with #CE5E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E20; }
p { color: rgb(206,94,32); }
H1.HeaderClassName
{
color: #CE5E20;
}
.AnyTagClassName
{
color: #CE5E20;
}
</style>
background-color css
<style>
a { background-color: #CE5E20; }
a { background-color: rgb(206,94,32); }
div.DivClassName
{
background-color: #CE5E20;
}
.BgClassName
{
background-color: #CE5E20;
}
</style>
border-color css
<style>
span { border-color: #CE5E20; }
span { border-color: rgb(206,94,32); }
td.TdClassName
{
border-color: #CE5E20;
}
.TagClassName
{
border-color: #CE5E20;
}
</style>