Shades of Chocolate #CE5E22
Tints of Chocolate #CE5E22
RGB
CMYK
RGB Variations
Color information
#CE5E22 (or 0xCE5E22) is known color: Chocolate. HEX triplet: CE, 5E and 22. RGB value is (206,94,34). Sum of RGB (Red+Green+Blue) = 206+94+34=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E22 is #31A1DD. Grayscale: #787878. Windows color (decimal): -3252702 or 2252494. OLE color: 2252494.
HSL color Cylindrical-coordinate representation of color #CE5E22: hue angle of 20.93º degrees, saturation: 0.72, 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 #CE5E22 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 34 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.19 |
| HSL | 20.93º | 0.72% | 0.47% | - |
| HSV(B) | 20.93º | 0.83% | 0.81% | - |
| XYZ | 29.75 | 21.24 | 4.05 | - |
| YUV | 120.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 34 | 0 | 0.54 | 0.83 | 0.19 | 20.93 | 0.72 | 0.47 |
| Hex | CE | 5E | 22 | 0 | 36 | 53 | 13 | 15 | 48 | 2F |
| Octal | 316 | 136 | 42 | 0 | 66 | 123 | 23 | 25 | 110 | 57 |
| Binary | 11001110 | 1011110 | 100010 | 0 | 110110 | 1010011 | 10011 | 10101 | 1001000 | 101111 |
Color Harmonies of #CE5E22
Complementary color
Monochromatic Colors of #CE5E22
Black with #CE5E22
Text Example
Text Example
White with #CE5E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E22; }
p { color: rgb(206,94,34); }
H1.HeaderClassName
{
color: #CE5E22;
}
.AnyTagClassName
{
color: #CE5E22;
}
</style>
background-color css
<style>
a { background-color: #CE5E22; }
a { background-color: rgb(206,94,34); }
div.DivClassName
{
background-color: #CE5E22;
}
.BgClassName
{
background-color: #CE5E22;
}
</style>
border-color css
<style>
span { border-color: #CE5E22; }
span { border-color: rgb(206,94,34); }
td.TdClassName
{
border-color: #CE5E22;
}
.TagClassName
{
border-color: #CE5E22;
}
</style>