Shades of Ecstasy #CE693D
Tints of Ecstasy #CE693D
RGB
CMYK
RGB Variations
Color information
#CE693D (or 0xCE693D) is known color: Ecstasy. HEX triplet: CE, 69 and 3D. RGB value is (206,105,61). Sum of RGB (Red+Green+Blue) = 206+105+61=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE693D is #3196C2. Grayscale: #828282. Windows color (decimal): -3249859 or 4024782. OLE color: 4024782.
HSL color Cylindrical-coordinate representation of color #CE693D: hue angle of 18.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE693D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 61 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.19 |
| HSL | 18.21º | 0.6% | 0.52% | - |
| HSV(B) | 18.21º | 0.7% | 0.81% | - |
| XYZ | 31.35 | 23.56 | 7.31 | - |
| YUV | 130.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 61 | 0 | 0.49 | 0.70 | 0.19 | 18.21 | 0.6 | 0.52 |
| Hex | CE | 69 | 3D | 0 | 31 | 46 | 13 | 12 | 3C | 34 |
| Octal | 316 | 151 | 75 | 0 | 61 | 106 | 23 | 22 | 74 | 64 |
| Binary | 11001110 | 1101001 | 111101 | 0 | 110001 | 1000110 | 10011 | 10010 | 111100 | 110100 |
Color Harmonies of #CE693D
Complementary color
Monochromatic Colors of #CE693D
Black with #CE693D
Text Example
Text Example
White with #CE693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE693D; }
p { color: rgb(206,105,61); }
H1.HeaderClassName
{
color: #CE693D;
}
.AnyTagClassName
{
color: #CE693D;
}
</style>
background-color css
<style>
a { background-color: #CE693D; }
a { background-color: rgb(206,105,61); }
div.DivClassName
{
background-color: #CE693D;
}
.BgClassName
{
background-color: #CE693D;
}
</style>
border-color css
<style>
span { border-color: #CE693D; }
span { border-color: rgb(206,105,61); }
td.TdClassName
{
border-color: #CE693D;
}
.TagClassName
{
border-color: #CE693D;
}
</style>