Shades of Chocolate #CE7008
Tints of Chocolate #CE7008
RGB
CMYK
RGB Variations
Color information
#CE7008 (or 0xCE7008) is known color: Chocolate. HEX triplet: CE, 70 and 08. RGB value is (206,112,8). Sum of RGB (Red+Green+Blue) = 206+112+8=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7008 is #318FF7. Grayscale: #808080. Windows color (decimal): -3248120 or 553166. OLE color: 553166.
HSL color Cylindrical-coordinate representation of color #CE7008: hue angle of 31.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE7008 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.19 |
| HSL | 31.52º | 0.93% | 0.42% | - |
| HSV(B) | 31.52º | 0.96% | 0.81% | - |
| XYZ | 31.29 | 24.73 | 3.35 | - |
| YUV | 128.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 8 | 0 | 0.46 | 0.96 | 0.19 | 31.52 | 0.93 | 0.42 |
| Hex | CE | 70 | 8 | 0 | 2E | 60 | 13 | 20 | 5D | 2A |
| Octal | 316 | 160 | 10 | 0 | 56 | 140 | 23 | 40 | 135 | 52 |
| Binary | 11001110 | 1110000 | 1000 | 0 | 101110 | 1100000 | 10011 | 100000 | 1011101 | 101010 |
Color Harmonies of #CE7008
Complementary color
Monochromatic Colors of #CE7008
Black with #CE7008
Text Example
Text Example
White with #CE7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7008; }
p { color: rgb(206,112,8); }
H1.HeaderClassName
{
color: #CE7008;
}
.AnyTagClassName
{
color: #CE7008;
}
</style>
background-color css
<style>
a { background-color: #CE7008; }
a { background-color: rgb(206,112,8); }
div.DivClassName
{
background-color: #CE7008;
}
.BgClassName
{
background-color: #CE7008;
}
</style>
border-color css
<style>
span { border-color: #CE7008; }
span { border-color: rgb(206,112,8); }
td.TdClassName
{
border-color: #CE7008;
}
.TagClassName
{
border-color: #CE7008;
}
</style>