Shades of Ecstasy #C95C3D
Tints of Ecstasy #C95C3D
RGB
CMYK
RGB Variations
Color information
#C95C3D (or 0xC95C3D) is known color: Ecstasy. HEX triplet: C9, 5C and 3D. RGB value is (201,92,61). Sum of RGB (Red+Green+Blue) = 201+92+61=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C3D is #36A3C2. Grayscale: #797979. Windows color (decimal): -3580867 or 4021449. OLE color: 4021449.
HSL color Cylindrical-coordinate representation of color #C95C3D: hue angle of 13.29º 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 #C95C3D is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 61 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.21 |
| HSL | 13.29º | 0.56% | 0.51% | - |
| HSV(B) | 13.29º | 0.7% | 0.79% | - |
| XYZ | 28.76 | 20.41 | 6.84 | - |
| YUV | 121.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 61 | 0 | 0.54 | 0.70 | 0.21 | 13.29 | 0.56 | 0.51 |
| Hex | C9 | 5C | 3D | 0 | 36 | 46 | 15 | D | 38 | 33 |
| Octal | 311 | 134 | 75 | 0 | 66 | 106 | 25 | 15 | 70 | 63 |
| Binary | 11001001 | 1011100 | 111101 | 0 | 110110 | 1000110 | 10101 | 1101 | 111000 | 110011 |
Color Harmonies of #C95C3D
Complementary color
Monochromatic Colors of #C95C3D
Black with #C95C3D
Text Example
Text Example
White with #C95C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C3D; }
p { color: rgb(201,92,61); }
H1.HeaderClassName
{
color: #C95C3D;
}
.AnyTagClassName
{
color: #C95C3D;
}
</style>
background-color css
<style>
a { background-color: #C95C3D; }
a { background-color: rgb(201,92,61); }
div.DivClassName
{
background-color: #C95C3D;
}
.BgClassName
{
background-color: #C95C3D;
}
</style>
border-color css
<style>
span { border-color: #C95C3D; }
span { border-color: rgb(201,92,61); }
td.TdClassName
{
border-color: #C95C3D;
}
.TagClassName
{
border-color: #C95C3D;
}
</style>