Shades of Ecstasy #C95F36
Tints of Ecstasy #C95F36
RGB
CMYK
RGB Variations
Color information
#C95F36 (or 0xC95F36) is known color: Ecstasy. HEX triplet: C9, 5F and 36. RGB value is (201,95,54). Sum of RGB (Red+Green+Blue) = 201+95+54=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F36 is #36A0C9. Grayscale: #7A7A7A. Windows color (decimal): -3580106 or 3563465. OLE color: 3563465.
HSL color Cylindrical-coordinate representation of color #C95F36: hue angle of 16.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C95F36 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 54 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.21 |
| HSL | 16.73º | 0.58% | 0.5% | - |
| HSV(B) | 16.73º | 0.73% | 0.79% | - |
| XYZ | 28.85 | 20.87 | 6 | - |
| YUV | 122.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 54 | 0 | 0.53 | 0.73 | 0.21 | 16.73 | 0.58 | 0.5 |
| Hex | C9 | 5F | 36 | 0 | 35 | 49 | 15 | 11 | 3A | 32 |
| Octal | 311 | 137 | 66 | 0 | 65 | 111 | 25 | 21 | 72 | 62 |
| Binary | 11001001 | 1011111 | 110110 | 0 | 110101 | 1001001 | 10101 | 10001 | 111010 | 110010 |
Color Harmonies of #C95F36
Complementary color
Monochromatic Colors of #C95F36
Black with #C95F36
Text Example
Text Example
White with #C95F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F36; }
p { color: rgb(201,95,54); }
H1.HeaderClassName
{
color: #C95F36;
}
.AnyTagClassName
{
color: #C95F36;
}
</style>
background-color css
<style>
a { background-color: #C95F36; }
a { background-color: rgb(201,95,54); }
div.DivClassName
{
background-color: #C95F36;
}
.BgClassName
{
background-color: #C95F36;
}
</style>
border-color css
<style>
span { border-color: #C95F36; }
span { border-color: rgb(201,95,54); }
td.TdClassName
{
border-color: #C95F36;
}
.TagClassName
{
border-color: #C95F36;
}
</style>