Shades of Chocolate #CE6315
Tints of Chocolate #CE6315
RGB
CMYK
RGB Variations
Color information
#CE6315 (or 0xCE6315) is known color: Chocolate. HEX triplet: CE, 63 and 15. RGB value is (206,99,21). Sum of RGB (Red+Green+Blue) = 206+99+21=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6315 is #319CEA. Grayscale: #7A7A7A. Windows color (decimal): -3251435 or 1401806. OLE color: 1401806.
HSL color Cylindrical-coordinate representation of color #CE6315: hue angle of 25.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6315 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 21 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.19 |
| HSL | 25.3º | 0.81% | 0.45% | - |
| HSV(B) | 25.3º | 0.9% | 0.81% | - |
| XYZ | 30.05 | 22.1 | 3.39 | - |
| YUV | 122.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 21 | 0 | 0.52 | 0.90 | 0.19 | 25.3 | 0.81 | 0.45 |
| Hex | CE | 63 | 15 | 0 | 34 | 5A | 13 | 19 | 51 | 2D |
| Octal | 316 | 143 | 25 | 0 | 64 | 132 | 23 | 31 | 121 | 55 |
| Binary | 11001110 | 1100011 | 10101 | 0 | 110100 | 1011010 | 10011 | 11001 | 1010001 | 101101 |
Color Harmonies of #CE6315
Complementary color
Monochromatic Colors of #CE6315
Black with #CE6315
Text Example
Text Example
White with #CE6315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6315; }
p { color: rgb(206,99,21); }
H1.HeaderClassName
{
color: #CE6315;
}
.AnyTagClassName
{
color: #CE6315;
}
</style>
background-color css
<style>
a { background-color: #CE6315; }
a { background-color: rgb(206,99,21); }
div.DivClassName
{
background-color: #CE6315;
}
.BgClassName
{
background-color: #CE6315;
}
</style>
border-color css
<style>
span { border-color: #CE6315; }
span { border-color: rgb(206,99,21); }
td.TdClassName
{
border-color: #CE6315;
}
.TagClassName
{
border-color: #CE6315;
}
</style>