Shades of Chocolate #CE6226
Tints of Chocolate #CE6226
RGB
CMYK
RGB Variations
Color information
#CE6226 (or 0xCE6226) is known color: Chocolate. HEX triplet: CE, 62 and 26. RGB value is (206,98,38). Sum of RGB (Red+Green+Blue) = 206+98+38=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6226 is #319DD9. Grayscale: #7B7B7B. Windows color (decimal): -3251674 or 2515662. OLE color: 2515662.
HSL color Cylindrical-coordinate representation of color #CE6226: hue angle of 21.43º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE6226 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 38 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.19 |
| HSL | 21.43º | 0.69% | 0.48% | - |
| HSV(B) | 21.43º | 0.82% | 0.81% | - |
| XYZ | 30.17 | 22 | 4.49 | - |
| YUV | 123.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 38 | 0 | 0.52 | 0.82 | 0.19 | 21.43 | 0.69 | 0.48 |
| Hex | CE | 62 | 26 | 0 | 34 | 52 | 13 | 15 | 45 | 30 |
| Octal | 316 | 142 | 46 | 0 | 64 | 122 | 23 | 25 | 105 | 60 |
| Binary | 11001110 | 1100010 | 100110 | 0 | 110100 | 1010010 | 10011 | 10101 | 1000101 | 110000 |
Color Harmonies of #CE6226
Complementary color
Monochromatic Colors of #CE6226
Black with #CE6226
Text Example
Text Example
White with #CE6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6226; }
p { color: rgb(206,98,38); }
H1.HeaderClassName
{
color: #CE6226;
}
.AnyTagClassName
{
color: #CE6226;
}
</style>
background-color css
<style>
a { background-color: #CE6226; }
a { background-color: rgb(206,98,38); }
div.DivClassName
{
background-color: #CE6226;
}
.BgClassName
{
background-color: #CE6226;
}
</style>
border-color css
<style>
span { border-color: #CE6226; }
span { border-color: rgb(206,98,38); }
td.TdClassName
{
border-color: #CE6226;
}
.TagClassName
{
border-color: #CE6226;
}
</style>