Shades of Chocolate #CE6426
Tints of Chocolate #CE6426
RGB
CMYK
RGB Variations
Color information
#CE6426 (or 0xCE6426) is known color: Chocolate. HEX triplet: CE, 64 and 26. RGB value is (206,100,38). Sum of RGB (Red+Green+Blue) = 206+100+38=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6426 is #319BD9. Grayscale: #7C7C7C. Windows color (decimal): -3251162 or 2516174. OLE color: 2516174.
HSL color Cylindrical-coordinate representation of color #CE6426: hue angle of 22.14º 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 #CE6426 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 38 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.19 |
| HSL | 22.14º | 0.69% | 0.48% | - |
| HSV(B) | 22.14º | 0.82% | 0.81% | - |
| XYZ | 30.36 | 22.38 | 4.55 | - |
| YUV | 124.63 | 79.12 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 38 | 0 | 0.51 | 0.82 | 0.19 | 22.14 | 0.69 | 0.48 |
| Hex | CE | 64 | 26 | 0 | 33 | 52 | 13 | 16 | 45 | 30 |
| Octal | 316 | 144 | 46 | 0 | 63 | 122 | 23 | 26 | 105 | 60 |
| Binary | 11001110 | 1100100 | 100110 | 0 | 110011 | 1010010 | 10011 | 10110 | 1000101 | 110000 |
Color Harmonies of #CE6426
Complementary color
Monochromatic Colors of #CE6426
Black with #CE6426
Text Example
Text Example
White with #CE6426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6426; }
p { color: rgb(206,100,38); }
H1.HeaderClassName
{
color: #CE6426;
}
.AnyTagClassName
{
color: #CE6426;
}
</style>
background-color css
<style>
a { background-color: #CE6426; }
a { background-color: rgb(206,100,38); }
div.DivClassName
{
background-color: #CE6426;
}
.BgClassName
{
background-color: #CE6426;
}
</style>
border-color css
<style>
span { border-color: #CE6426; }
span { border-color: rgb(206,100,38); }
td.TdClassName
{
border-color: #CE6426;
}
.TagClassName
{
border-color: #CE6426;
}
</style>