Shades of Chocolate #CE7111
Tints of Chocolate #CE7111
RGB
CMYK
RGB Variations
Color information
#CE7111 (or 0xCE7111) is known color: Chocolate. HEX triplet: CE, 71 and 11. RGB value is (206,113,17). Sum of RGB (Red+Green+Blue) = 206+113+17=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7111 is #318EEE. Grayscale: #828282. Windows color (decimal): -3247855 or 1143246. OLE color: 1143246.
HSL color Cylindrical-coordinate representation of color #CE7111: hue angle of 30.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE7111 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 17 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.19 |
| HSL | 30.48º | 0.85% | 0.44% | - |
| HSV(B) | 30.48º | 0.92% | 0.81% | - |
| XYZ | 31.46 | 24.97 | 3.69 | - |
| YUV | 129.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 17 | 0 | 0.45 | 0.92 | 0.19 | 30.48 | 0.85 | 0.44 |
| Hex | CE | 71 | 11 | 0 | 2D | 5C | 13 | 1E | 55 | 2C |
| Octal | 316 | 161 | 21 | 0 | 55 | 134 | 23 | 36 | 125 | 54 |
| Binary | 11001110 | 1110001 | 10001 | 0 | 101101 | 1011100 | 10011 | 11110 | 1010101 | 101100 |
Color Harmonies of #CE7111
Complementary color
Monochromatic Colors of #CE7111
Black with #CE7111
Text Example
Text Example
White with #CE7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7111; }
p { color: rgb(206,113,17); }
H1.HeaderClassName
{
color: #CE7111;
}
.AnyTagClassName
{
color: #CE7111;
}
</style>
background-color css
<style>
a { background-color: #CE7111; }
a { background-color: rgb(206,113,17); }
div.DivClassName
{
background-color: #CE7111;
}
.BgClassName
{
background-color: #CE7111;
}
</style>
border-color css
<style>
span { border-color: #CE7111; }
span { border-color: rgb(206,113,17); }
td.TdClassName
{
border-color: #CE7111;
}
.TagClassName
{
border-color: #CE7111;
}
</style>