Shades of Chocolate #CE5C1A
Tints of Chocolate #CE5C1A
RGB
CMYK
RGB Variations
Color information
#CE5C1A (or 0xCE5C1A) is known color: Chocolate. HEX triplet: CE, 5C and 1A. RGB value is (206,92,26). Sum of RGB (Red+Green+Blue) = 206+92+26=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C1A is #31A3E5. Grayscale: #767676. Windows color (decimal): -3253222 or 1727694. OLE color: 1727694.
HSL color Cylindrical-coordinate representation of color #CE5C1A: hue angle of 22º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE5C1A is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 26 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.19 |
| HSL | 22º | 0.78% | 0.45% | - |
| HSV(B) | 22º | 0.87% | 0.81% | - |
| XYZ | 29.47 | 20.85 | 3.45 | - |
| YUV | 118.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 26 | 0 | 0.55 | 0.87 | 0.19 | 22 | 0.78 | 0.45 |
| Hex | CE | 5C | 1A | 0 | 37 | 57 | 13 | 16 | 4E | 2D |
| Octal | 316 | 134 | 32 | 0 | 67 | 127 | 23 | 26 | 116 | 55 |
| Binary | 11001110 | 1011100 | 11010 | 0 | 110111 | 1010111 | 10011 | 10110 | 1001110 | 101101 |
Color Harmonies of #CE5C1A
Complementary color
Monochromatic Colors of #CE5C1A
Black with #CE5C1A
Text Example
Text Example
White with #CE5C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C1A; }
p { color: rgb(206,92,26); }
H1.HeaderClassName
{
color: #CE5C1A;
}
.AnyTagClassName
{
color: #CE5C1A;
}
</style>
background-color css
<style>
a { background-color: #CE5C1A; }
a { background-color: rgb(206,92,26); }
div.DivClassName
{
background-color: #CE5C1A;
}
.BgClassName
{
background-color: #CE5C1A;
}
</style>
border-color css
<style>
span { border-color: #CE5C1A; }
span { border-color: rgb(206,92,26); }
td.TdClassName
{
border-color: #CE5C1A;
}
.TagClassName
{
border-color: #CE5C1A;
}
</style>