Shades of Chocolate #CE630E
Tints of Chocolate #CE630E
RGB
CMYK
RGB Variations
Color information
#CE630E (or 0xCE630E) is known color: Chocolate. HEX triplet: CE, 63 and 0E. RGB value is (206,99,14). Sum of RGB (Red+Green+Blue) = 206+99+14=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE630E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE630E is #319CF1. Grayscale: #797979. Windows color (decimal): -3251442 or 943054. OLE color: 943054.
HSL color Cylindrical-coordinate representation of color #CE630E: hue angle of 26.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE630E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.19 |
| HSL | 26.56º | 0.87% | 0.43% | - |
| HSV(B) | 26.56º | 0.93% | 0.81% | - |
| XYZ | 29.99 | 22.08 | 3.1 | - |
| YUV | 121.3 | 67.45 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 14 | 0 | 0.52 | 0.93 | 0.19 | 26.56 | 0.87 | 0.43 |
| Hex | CE | 63 | E | 0 | 34 | 5D | 13 | 1B | 57 | 2B |
| Octal | 316 | 143 | 16 | 0 | 64 | 135 | 23 | 33 | 127 | 53 |
| Binary | 11001110 | 1100011 | 1110 | 0 | 110100 | 1011101 | 10011 | 11011 | 1010111 | 101011 |
Color Harmonies of #CE630E
Complementary color
Monochromatic Colors of #CE630E
Black with #CE630E
Text Example
Text Example
White with #CE630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE630E; }
p { color: rgb(206,99,14); }
H1.HeaderClassName
{
color: #CE630E;
}
.AnyTagClassName
{
color: #CE630E;
}
</style>
background-color css
<style>
a { background-color: #CE630E; }
a { background-color: rgb(206,99,14); }
div.DivClassName
{
background-color: #CE630E;
}
.BgClassName
{
background-color: #CE630E;
}
</style>
border-color css
<style>
span { border-color: #CE630E; }
span { border-color: rgb(206,99,14); }
td.TdClassName
{
border-color: #CE630E;
}
.TagClassName
{
border-color: #CE630E;
}
</style>