Shades of Chocolate #CE5119
Tints of Chocolate #CE5119
RGB
CMYK
RGB Variations
Color information
#CE5119 (or 0xCE5119) is known color: Chocolate. HEX triplet: CE, 51 and 19. RGB value is (206,81,25). Sum of RGB (Red+Green+Blue) = 206+81+25=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5119 is #31AEE6. Grayscale: #707070. Windows color (decimal): -3256039 or 1659342. OLE color: 1659342.
HSL color Cylindrical-coordinate representation of color #CE5119: hue angle of 18.56º 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 #CE5119 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 25 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.19 |
| HSL | 18.56º | 0.78% | 0.45% | - |
| HSV(B) | 18.56º | 0.88% | 0.81% | - |
| XYZ | 28.57 | 19.08 | 3.1 | - |
| YUV | 111.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 25 | 0 | 0.61 | 0.88 | 0.19 | 18.56 | 0.78 | 0.45 |
| Hex | CE | 51 | 19 | 0 | 3D | 58 | 13 | 13 | 4E | 2D |
| Octal | 316 | 121 | 31 | 0 | 75 | 130 | 23 | 23 | 116 | 55 |
| Binary | 11001110 | 1010001 | 11001 | 0 | 111101 | 1011000 | 10011 | 10011 | 1001110 | 101101 |
Color Harmonies of #CE5119
Complementary color
Monochromatic Colors of #CE5119
Black with #CE5119
Text Example
Text Example
White with #CE5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5119; }
p { color: rgb(206,81,25); }
H1.HeaderClassName
{
color: #CE5119;
}
.AnyTagClassName
{
color: #CE5119;
}
</style>
background-color css
<style>
a { background-color: #CE5119; }
a { background-color: rgb(206,81,25); }
div.DivClassName
{
background-color: #CE5119;
}
.BgClassName
{
background-color: #CE5119;
}
</style>
border-color css
<style>
span { border-color: #CE5119; }
span { border-color: rgb(206,81,25); }
td.TdClassName
{
border-color: #CE5119;
}
.TagClassName
{
border-color: #CE5119;
}
</style>