Shades of Ecstasy #C95F34
Tints of Ecstasy #C95F34
RGB
CMYK
RGB Variations
Color information
#C95F34 (or 0xC95F34) is known color: Ecstasy. HEX triplet: C9, 5F and 34. RGB value is (201,95,52). Sum of RGB (Red+Green+Blue) = 201+95+52=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F34 is #36A0CB. Grayscale: #7A7A7A. Windows color (decimal): -3580108 or 3432393. OLE color: 3432393.
HSL color Cylindrical-coordinate representation of color #C95F34: hue angle of 17.32º 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 #C95F34 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 52 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.21 |
| HSL | 17.32º | 0.59% | 0.5% | - |
| HSV(B) | 17.32º | 0.74% | 0.79% | - |
| XYZ | 28.8 | 20.85 | 5.76 | - |
| YUV | 121.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 52 | 0 | 0.53 | 0.74 | 0.21 | 17.32 | 0.59 | 0.5 |
| Hex | C9 | 5F | 34 | 0 | 35 | 4A | 15 | 11 | 3B | 32 |
| Octal | 311 | 137 | 64 | 0 | 65 | 112 | 25 | 21 | 73 | 62 |
| Binary | 11001001 | 1011111 | 110100 | 0 | 110101 | 1001010 | 10101 | 10001 | 111011 | 110010 |
Color Harmonies of #C95F34
Complementary color
Monochromatic Colors of #C95F34
Black with #C95F34
Text Example
Text Example
White with #C95F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F34; }
p { color: rgb(201,95,52); }
H1.HeaderClassName
{
color: #C95F34;
}
.AnyTagClassName
{
color: #C95F34;
}
</style>
background-color css
<style>
a { background-color: #C95F34; }
a { background-color: rgb(201,95,52); }
div.DivClassName
{
background-color: #C95F34;
}
.BgClassName
{
background-color: #C95F34;
}
</style>
border-color css
<style>
span { border-color: #C95F34; }
span { border-color: rgb(201,95,52); }
td.TdClassName
{
border-color: #C95F34;
}
.TagClassName
{
border-color: #C95F34;
}
</style>