Shades of Ecstasy #C95D35
Tints of Ecstasy #C95D35
RGB
CMYK
RGB Variations
Color information
#C95D35 (or 0xC95D35) is known color: Ecstasy. HEX triplet: C9, 5D and 35. RGB value is (201,93,53). Sum of RGB (Red+Green+Blue) = 201+93+53=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95D35 is #36A2CA. Grayscale: #787878. Windows color (decimal): -3580619 or 3497417. OLE color: 3497417.
HSL color Cylindrical-coordinate representation of color #C95D35: hue angle of 16.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C95D35 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 53 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.21 |
| HSL | 16.22º | 0.58% | 0.5% | - |
| HSV(B) | 16.22º | 0.74% | 0.79% | - |
| XYZ | 28.64 | 20.5 | 5.82 | - |
| YUV | 120.73 | 89.78 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 53 | 0 | 0.54 | 0.74 | 0.21 | 16.22 | 0.58 | 0.5 |
| Hex | C9 | 5D | 35 | 0 | 36 | 4A | 15 | 10 | 3A | 32 |
| Octal | 311 | 135 | 65 | 0 | 66 | 112 | 25 | 20 | 72 | 62 |
| Binary | 11001001 | 1011101 | 110101 | 0 | 110110 | 1001010 | 10101 | 10000 | 111010 | 110010 |
Color Harmonies of #C95D35
Complementary color
Monochromatic Colors of #C95D35
Black with #C95D35
Text Example
Text Example
White with #C95D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D35; }
p { color: rgb(201,93,53); }
H1.HeaderClassName
{
color: #C95D35;
}
.AnyTagClassName
{
color: #C95D35;
}
</style>
background-color css
<style>
a { background-color: #C95D35; }
a { background-color: rgb(201,93,53); }
div.DivClassName
{
background-color: #C95D35;
}
.BgClassName
{
background-color: #C95D35;
}
</style>
border-color css
<style>
span { border-color: #C95D35; }
span { border-color: rgb(201,93,53); }
td.TdClassName
{
border-color: #C95D35;
}
.TagClassName
{
border-color: #C95D35;
}
</style>