Shades of Ecstasy #C95C34
Tints of Ecstasy #C95C34
RGB
CMYK
RGB Variations
Color information
#C95C34 (or 0xC95C34) is known color: Ecstasy. HEX triplet: C9, 5C and 34. RGB value is (201,92,52). Sum of RGB (Red+Green+Blue) = 201+92+52=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C34 is #36A3CB. Grayscale: #787878. Windows color (decimal): -3580876 or 3431625. OLE color: 3431625.
HSL color Cylindrical-coordinate representation of color #C95C34: hue angle of 16.11º degrees, saturation: 0.59, 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 #C95C34 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 52 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.21 |
| HSL | 16.11º | 0.59% | 0.5% | - |
| HSV(B) | 16.11º | 0.74% | 0.79% | - |
| XYZ | 28.53 | 20.32 | 5.67 | - |
| YUV | 120.03 | 89.61 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 52 | 0 | 0.54 | 0.74 | 0.21 | 16.11 | 0.59 | 0.5 |
| Hex | C9 | 5C | 34 | 0 | 36 | 4A | 15 | 10 | 3B | 32 |
| Octal | 311 | 134 | 64 | 0 | 66 | 112 | 25 | 20 | 73 | 62 |
| Binary | 11001001 | 1011100 | 110100 | 0 | 110110 | 1001010 | 10101 | 10000 | 111011 | 110010 |
Color Harmonies of #C95C34
Complementary color
Monochromatic Colors of #C95C34
Black with #C95C34
Text Example
Text Example
White with #C95C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C34; }
p { color: rgb(201,92,52); }
H1.HeaderClassName
{
color: #C95C34;
}
.AnyTagClassName
{
color: #C95C34;
}
</style>
background-color css
<style>
a { background-color: #C95C34; }
a { background-color: rgb(201,92,52); }
div.DivClassName
{
background-color: #C95C34;
}
.BgClassName
{
background-color: #C95C34;
}
</style>
border-color css
<style>
span { border-color: #C95C34; }
span { border-color: rgb(201,92,52); }
td.TdClassName
{
border-color: #C95C34;
}
.TagClassName
{
border-color: #C95C34;
}
</style>