Shades of Chocolate #CE6112
Tints of Chocolate #CE6112
RGB
CMYK
RGB Variations
Color information
#CE6112 (or 0xCE6112) is known color: Chocolate. HEX triplet: CE, 61 and 12. RGB value is (206,97,18). Sum of RGB (Red+Green+Blue) = 206+97+18=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6112 is #319EED. Grayscale: #797979. Windows color (decimal): -3251950 or 1204686. OLE color: 1204686.
HSL color Cylindrical-coordinate representation of color #CE6112: hue angle of 25.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE6112 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.19 |
| HSL | 25.21º | 0.84% | 0.44% | - |
| HSV(B) | 25.21º | 0.91% | 0.81% | - |
| XYZ | 29.84 | 21.71 | 3.19 | - |
| YUV | 120.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 18 | 0 | 0.53 | 0.91 | 0.19 | 25.21 | 0.84 | 0.44 |
| Hex | CE | 61 | 12 | 0 | 35 | 5B | 13 | 19 | 54 | 2C |
| Octal | 316 | 141 | 22 | 0 | 65 | 133 | 23 | 31 | 124 | 54 |
| Binary | 11001110 | 1100001 | 10010 | 0 | 110101 | 1011011 | 10011 | 11001 | 1010100 | 101100 |
Color Harmonies of #CE6112
Complementary color
Monochromatic Colors of #CE6112
Black with #CE6112
Text Example
Text Example
White with #CE6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6112; }
p { color: rgb(206,97,18); }
H1.HeaderClassName
{
color: #CE6112;
}
.AnyTagClassName
{
color: #CE6112;
}
</style>
background-color css
<style>
a { background-color: #CE6112; }
a { background-color: rgb(206,97,18); }
div.DivClassName
{
background-color: #CE6112;
}
.BgClassName
{
background-color: #CE6112;
}
</style>
border-color css
<style>
span { border-color: #CE6112; }
span { border-color: rgb(206,97,18); }
td.TdClassName
{
border-color: #CE6112;
}
.TagClassName
{
border-color: #CE6112;
}
</style>