Shades of Ecstasy #C95E3D
Tints of Ecstasy #C95E3D
RGB
CMYK
RGB Variations
Color information
#C95E3D (or 0xC95E3D) is known color: Ecstasy. HEX triplet: C9, 5E and 3D. RGB value is (201,94,61). Sum of RGB (Red+Green+Blue) = 201+94+61=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95E3D is #36A1C2. Grayscale: #7A7A7A. Windows color (decimal): -3580355 or 4021961. OLE color: 4021961.
HSL color Cylindrical-coordinate representation of color #C95E3D: hue angle of 14.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C95E3D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 61 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.21 |
| HSL | 14.14º | 0.56% | 0.51% | - |
| HSV(B) | 14.14º | 0.7% | 0.79% | - |
| XYZ | 28.93 | 20.76 | 6.9 | - |
| YUV | 122.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 61 | 0 | 0.53 | 0.70 | 0.21 | 14.14 | 0.56 | 0.51 |
| Hex | C9 | 5E | 3D | 0 | 35 | 46 | 15 | E | 38 | 33 |
| Octal | 311 | 136 | 75 | 0 | 65 | 106 | 25 | 16 | 70 | 63 |
| Binary | 11001001 | 1011110 | 111101 | 0 | 110101 | 1000110 | 10101 | 1110 | 111000 | 110011 |
Color Harmonies of #C95E3D
Complementary color
Monochromatic Colors of #C95E3D
Black with #C95E3D
Text Example
Text Example
White with #C95E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95E3D; }
p { color: rgb(201,94,61); }
H1.HeaderClassName
{
color: #C95E3D;
}
.AnyTagClassName
{
color: #C95E3D;
}
</style>
background-color css
<style>
a { background-color: #C95E3D; }
a { background-color: rgb(201,94,61); }
div.DivClassName
{
background-color: #C95E3D;
}
.BgClassName
{
background-color: #C95E3D;
}
</style>
border-color css
<style>
span { border-color: #C95E3D; }
span { border-color: rgb(201,94,61); }
td.TdClassName
{
border-color: #C95E3D;
}
.TagClassName
{
border-color: #C95E3D;
}
</style>