Shades of Chocolate #CE6A12
Tints of Chocolate #CE6A12
RGB
CMYK
RGB Variations
Color information
#CE6A12 (or 0xCE6A12) is known color: Chocolate. HEX triplet: CE, 6A and 12. RGB value is (206,106,18). Sum of RGB (Red+Green+Blue) = 206+106+18=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6A12 is #3195ED. Grayscale: #7E7E7E. Windows color (decimal): -3249646 or 1206990. OLE color: 1206990.
HSL color Cylindrical-coordinate representation of color #CE6A12: hue angle of 28.09º 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 #CE6A12 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.19 |
| HSL | 28.09º | 0.84% | 0.44% | - |
| HSV(B) | 28.09º | 0.91% | 0.81% | - |
| XYZ | 30.72 | 23.47 | 3.48 | - |
| YUV | 125.87 | 67.13 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 18 | 0 | 0.49 | 0.91 | 0.19 | 28.09 | 0.84 | 0.44 |
| Hex | CE | 6A | 12 | 0 | 31 | 5B | 13 | 1C | 54 | 2C |
| Octal | 316 | 152 | 22 | 0 | 61 | 133 | 23 | 34 | 124 | 54 |
| Binary | 11001110 | 1101010 | 10010 | 0 | 110001 | 1011011 | 10011 | 11100 | 1010100 | 101100 |
Color Harmonies of #CE6A12
Complementary color
Monochromatic Colors of #CE6A12
Black with #CE6A12
Text Example
Text Example
White with #CE6A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A12; }
p { color: rgb(206,106,18); }
H1.HeaderClassName
{
color: #CE6A12;
}
.AnyTagClassName
{
color: #CE6A12;
}
</style>
background-color css
<style>
a { background-color: #CE6A12; }
a { background-color: rgb(206,106,18); }
div.DivClassName
{
background-color: #CE6A12;
}
.BgClassName
{
background-color: #CE6A12;
}
</style>
border-color css
<style>
span { border-color: #CE6A12; }
span { border-color: rgb(206,106,18); }
td.TdClassName
{
border-color: #CE6A12;
}
.TagClassName
{
border-color: #CE6A12;
}
</style>