Shades of Chocolate #CE5D19
Tints of Chocolate #CE5D19
RGB
CMYK
RGB Variations
Color information
#CE5D19 (or 0xCE5D19) is known color: Chocolate. HEX triplet: CE, 5D and 19. RGB value is (206,93,25). Sum of RGB (Red+Green+Blue) = 206+93+25=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D19 is #31A2E6. Grayscale: #777777. Windows color (decimal): -3252967 or 1662414. OLE color: 1662414.
HSL color Cylindrical-coordinate representation of color #CE5D19: hue angle of 22.54º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE5D19 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 25 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.19 |
| HSL | 22.54º | 0.78% | 0.45% | - |
| HSV(B) | 22.54º | 0.88% | 0.81% | - |
| XYZ | 29.54 | 21.02 | 3.42 | - |
| YUV | 119.04 | 74.94 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 25 | 0 | 0.55 | 0.88 | 0.19 | 22.54 | 0.78 | 0.45 |
| Hex | CE | 5D | 19 | 0 | 37 | 58 | 13 | 17 | 4E | 2D |
| Octal | 316 | 135 | 31 | 0 | 67 | 130 | 23 | 27 | 116 | 55 |
| Binary | 11001110 | 1011101 | 11001 | 0 | 110111 | 1011000 | 10011 | 10111 | 1001110 | 101101 |
Color Harmonies of #CE5D19
Complementary color
Monochromatic Colors of #CE5D19
Black with #CE5D19
Text Example
Text Example
White with #CE5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D19; }
p { color: rgb(206,93,25); }
H1.HeaderClassName
{
color: #CE5D19;
}
.AnyTagClassName
{
color: #CE5D19;
}
</style>
background-color css
<style>
a { background-color: #CE5D19; }
a { background-color: rgb(206,93,25); }
div.DivClassName
{
background-color: #CE5D19;
}
.BgClassName
{
background-color: #CE5D19;
}
</style>
border-color css
<style>
span { border-color: #CE5D19; }
span { border-color: rgb(206,93,25); }
td.TdClassName
{
border-color: #CE5D19;
}
.TagClassName
{
border-color: #CE5D19;
}
</style>