Shades of Ecstasy #CE6A3D
Tints of Ecstasy #CE6A3D
RGB
CMYK
RGB Variations
Color information
#CE6A3D (or 0xCE6A3D) is known color: Ecstasy. HEX triplet: CE, 6A and 3D. RGB value is (206,106,61). Sum of RGB (Red+Green+Blue) = 206+106+61=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A3D is #3195C2. Grayscale: #838383. Windows color (decimal): -3249603 or 4025038. OLE color: 4025038.
HSL color Cylindrical-coordinate representation of color #CE6A3D: hue angle of 18.62º 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 #CE6A3D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 61 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.19 |
| HSL | 18.62º | 0.6% | 0.52% | - |
| HSV(B) | 18.62º | 0.7% | 0.81% | - |
| XYZ | 31.45 | 23.77 | 7.34 | - |
| YUV | 130.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 61 | 0 | 0.49 | 0.70 | 0.19 | 18.62 | 0.6 | 0.52 |
| Hex | CE | 6A | 3D | 0 | 31 | 46 | 13 | 13 | 3C | 34 |
| Octal | 316 | 152 | 75 | 0 | 61 | 106 | 23 | 23 | 74 | 64 |
| Binary | 11001110 | 1101010 | 111101 | 0 | 110001 | 1000110 | 10011 | 10011 | 111100 | 110100 |
Color Harmonies of #CE6A3D
Complementary color
Monochromatic Colors of #CE6A3D
Black with #CE6A3D
Text Example
Text Example
White with #CE6A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A3D; }
p { color: rgb(206,106,61); }
H1.HeaderClassName
{
color: #CE6A3D;
}
.AnyTagClassName
{
color: #CE6A3D;
}
</style>
background-color css
<style>
a { background-color: #CE6A3D; }
a { background-color: rgb(206,106,61); }
div.DivClassName
{
background-color: #CE6A3D;
}
.BgClassName
{
background-color: #CE6A3D;
}
</style>
border-color css
<style>
span { border-color: #CE6A3D; }
span { border-color: rgb(206,106,61); }
td.TdClassName
{
border-color: #CE6A3D;
}
.TagClassName
{
border-color: #CE6A3D;
}
</style>