Shades of Chocolate #CE5C1D
Tints of Chocolate #CE5C1D
RGB
CMYK
RGB Variations
Color information
#CE5C1D (or 0xCE5C1D) is known color: Chocolate. HEX triplet: CE, 5C and 1D. RGB value is (206,92,29). Sum of RGB (Red+Green+Blue) = 206+92+29=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C1D is #31A3E2. Grayscale: #777777. Windows color (decimal): -3253219 or 1924302. OLE color: 1924302.
HSL color Cylindrical-coordinate representation of color #CE5C1D: hue angle of 21.36º degrees, saturation: 0.75, 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 #CE5C1D is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 29 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.19 |
| HSL | 21.36º | 0.75% | 0.46% | - |
| HSV(B) | 21.36º | 0.86% | 0.81% | - |
| XYZ | 29.5 | 20.86 | 3.63 | - |
| YUV | 118.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 29 | 0 | 0.55 | 0.86 | 0.19 | 21.36 | 0.75 | 0.46 |
| Hex | CE | 5C | 1D | 0 | 37 | 56 | 13 | 15 | 4B | 2E |
| Octal | 316 | 134 | 35 | 0 | 67 | 126 | 23 | 25 | 113 | 56 |
| Binary | 11001110 | 1011100 | 11101 | 0 | 110111 | 1010110 | 10011 | 10101 | 1001011 | 101110 |
Color Harmonies of #CE5C1D
Complementary color
Monochromatic Colors of #CE5C1D
Black with #CE5C1D
Text Example
Text Example
White with #CE5C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C1D; }
p { color: rgb(206,92,29); }
H1.HeaderClassName
{
color: #CE5C1D;
}
.AnyTagClassName
{
color: #CE5C1D;
}
</style>
background-color css
<style>
a { background-color: #CE5C1D; }
a { background-color: rgb(206,92,29); }
div.DivClassName
{
background-color: #CE5C1D;
}
.BgClassName
{
background-color: #CE5C1D;
}
</style>
border-color css
<style>
span { border-color: #CE5C1D; }
span { border-color: rgb(206,92,29); }
td.TdClassName
{
border-color: #CE5C1D;
}
.TagClassName
{
border-color: #CE5C1D;
}
</style>