Shades of Ecstasy #CE653C
Tints of Ecstasy #CE653C
RGB
CMYK
RGB Variations
Color information
#CE653C (or 0xCE653C) is known color: Ecstasy. HEX triplet: CE, 65 and 3C. RGB value is (206,101,60). Sum of RGB (Red+Green+Blue) = 206+101+60=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE653C is #319AC3. Grayscale: #7F7F7F. Windows color (decimal): -3250884 or 3958222. OLE color: 3958222.
HSL color Cylindrical-coordinate representation of color #CE653C: hue angle of 16.85º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE653C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 60 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.19 |
| HSL | 16.85º | 0.6% | 0.52% | - |
| HSV(B) | 16.85º | 0.71% | 0.81% | - |
| XYZ | 30.92 | 22.76 | 7.04 | - |
| YUV | 127.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 60 | 0 | 0.51 | 0.71 | 0.19 | 16.85 | 0.6 | 0.52 |
| Hex | CE | 65 | 3C | 0 | 33 | 47 | 13 | 11 | 3C | 34 |
| Octal | 316 | 145 | 74 | 0 | 63 | 107 | 23 | 21 | 74 | 64 |
| Binary | 11001110 | 1100101 | 111100 | 0 | 110011 | 1000111 | 10011 | 10001 | 111100 | 110100 |
Color Harmonies of #CE653C
Complementary color
Monochromatic Colors of #CE653C
Black with #CE653C
Text Example
Text Example
White with #CE653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE653C; }
p { color: rgb(206,101,60); }
H1.HeaderClassName
{
color: #CE653C;
}
.AnyTagClassName
{
color: #CE653C;
}
</style>
background-color css
<style>
a { background-color: #CE653C; }
a { background-color: rgb(206,101,60); }
div.DivClassName
{
background-color: #CE653C;
}
.BgClassName
{
background-color: #CE653C;
}
</style>
border-color css
<style>
span { border-color: #CE653C; }
span { border-color: rgb(206,101,60); }
td.TdClassName
{
border-color: #CE653C;
}
.TagClassName
{
border-color: #CE653C;
}
</style>