Shades of Chocolate #CE660C
Tints of Chocolate #CE660C
RGB
CMYK
RGB Variations
Color information
#CE660C (or 0xCE660C) is known color: Chocolate. HEX triplet: CE, 66 and 0C. RGB value is (206,102,12). Sum of RGB (Red+Green+Blue) = 206+102+12=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE660C is #3199F3. Grayscale: #7B7B7B. Windows color (decimal): -3250676 or 812750. OLE color: 812750.
HSL color Cylindrical-coordinate representation of color #CE660C: hue angle of 27.84º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE660C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 12 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.19 |
| HSL | 27.84º | 0.89% | 0.43% | - |
| HSV(B) | 27.84º | 0.94% | 0.81% | - |
| XYZ | 30.27 | 22.65 | 3.12 | - |
| YUV | 122.84 | 65.46 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 12 | 0 | 0.50 | 0.94 | 0.19 | 27.84 | 0.89 | 0.43 |
| Hex | CE | 66 | C | 0 | 32 | 5E | 13 | 1C | 59 | 2B |
| Octal | 316 | 146 | 14 | 0 | 62 | 136 | 23 | 34 | 131 | 53 |
| Binary | 11001110 | 1100110 | 1100 | 0 | 110010 | 1011110 | 10011 | 11100 | 1011001 | 101011 |
Color Harmonies of #CE660C
Complementary color
Monochromatic Colors of #CE660C
Black with #CE660C
Text Example
Text Example
White with #CE660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE660C; }
p { color: rgb(206,102,12); }
H1.HeaderClassName
{
color: #CE660C;
}
.AnyTagClassName
{
color: #CE660C;
}
</style>
background-color css
<style>
a { background-color: #CE660C; }
a { background-color: rgb(206,102,12); }
div.DivClassName
{
background-color: #CE660C;
}
.BgClassName
{
background-color: #CE660C;
}
</style>
border-color css
<style>
span { border-color: #CE660C; }
span { border-color: rgb(206,102,12); }
td.TdClassName
{
border-color: #CE660C;
}
.TagClassName
{
border-color: #CE660C;
}
</style>