Shades of Ecstasy #C95F37
Tints of Ecstasy #C95F37
RGB
CMYK
RGB Variations
Color information
#C95F37 (or 0xC95F37) is known color: Ecstasy. HEX triplet: C9, 5F and 37. RGB value is (201,95,55). Sum of RGB (Red+Green+Blue) = 201+95+55=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95F37 is #36A0C8. Grayscale: #7A7A7A. Windows color (decimal): -3580105 or 3629001. OLE color: 3629001.
HSL color Cylindrical-coordinate representation of color #C95F37: hue angle of 16.44º degrees, saturation: 0.57, 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 #C95F37 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 55 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.21 |
| HSL | 16.44º | 0.57% | 0.5% | - |
| HSV(B) | 16.44º | 0.73% | 0.79% | - |
| XYZ | 28.87 | 20.88 | 6.12 | - |
| YUV | 122.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 55 | 0 | 0.53 | 0.73 | 0.21 | 16.44 | 0.57 | 0.5 |
| Hex | C9 | 5F | 37 | 0 | 35 | 49 | 15 | 10 | 39 | 32 |
| Octal | 311 | 137 | 67 | 0 | 65 | 111 | 25 | 20 | 71 | 62 |
| Binary | 11001001 | 1011111 | 110111 | 0 | 110101 | 1001001 | 10101 | 10000 | 111001 | 110010 |
Color Harmonies of #C95F37
Complementary color
Monochromatic Colors of #C95F37
Black with #C95F37
Text Example
Text Example
White with #C95F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F37; }
p { color: rgb(201,95,55); }
H1.HeaderClassName
{
color: #C95F37;
}
.AnyTagClassName
{
color: #C95F37;
}
</style>
background-color css
<style>
a { background-color: #C95F37; }
a { background-color: rgb(201,95,55); }
div.DivClassName
{
background-color: #C95F37;
}
.BgClassName
{
background-color: #C95F37;
}
</style>
border-color css
<style>
span { border-color: #C95F37; }
span { border-color: rgb(201,95,55); }
td.TdClassName
{
border-color: #C95F37;
}
.TagClassName
{
border-color: #C95F37;
}
</style>