Shades of Chocolate #CE7208
Tints of Chocolate #CE7208
RGB
CMYK
RGB Variations
Color information
#CE7208 (or 0xCE7208) is known color: Chocolate. HEX triplet: CE, 72 and 08. RGB value is (206,114,8). Sum of RGB (Red+Green+Blue) = 206+114+8=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7208 is #318DF7. Grayscale: #818181. Windows color (decimal): -3247608 or 553678. OLE color: 553678.
HSL color Cylindrical-coordinate representation of color #CE7208: hue angle of 32.12º 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 #CE7208 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 8 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.19 |
| HSL | 32.12º | 0.93% | 0.42% | - |
| HSV(B) | 32.12º | 0.96% | 0.81% | - |
| XYZ | 31.51 | 25.17 | 3.43 | - |
| YUV | 129.42 | 59.48 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 8 | 0 | 0.45 | 0.96 | 0.19 | 32.12 | 0.93 | 0.42 |
| Hex | CE | 72 | 8 | 0 | 2D | 60 | 13 | 20 | 5D | 2A |
| Octal | 316 | 162 | 10 | 0 | 55 | 140 | 23 | 40 | 135 | 52 |
| Binary | 11001110 | 1110010 | 1000 | 0 | 101101 | 1100000 | 10011 | 100000 | 1011101 | 101010 |
Color Harmonies of #CE7208
Complementary color
Monochromatic Colors of #CE7208
Black with #CE7208
Text Example
Text Example
White with #CE7208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7208; }
p { color: rgb(206,114,8); }
H1.HeaderClassName
{
color: #CE7208;
}
.AnyTagClassName
{
color: #CE7208;
}
</style>
background-color css
<style>
a { background-color: #CE7208; }
a { background-color: rgb(206,114,8); }
div.DivClassName
{
background-color: #CE7208;
}
.BgClassName
{
background-color: #CE7208;
}
</style>
border-color css
<style>
span { border-color: #CE7208; }
span { border-color: rgb(206,114,8); }
td.TdClassName
{
border-color: #CE7208;
}
.TagClassName
{
border-color: #CE7208;
}
</style>