Shades of Ecstasy #C95B3C
Tints of Ecstasy #C95B3C
RGB
CMYK
RGB Variations
Color information
#C95B3C (or 0xC95B3C) is known color: Ecstasy. HEX triplet: C9, 5B and 3C. RGB value is (201,91,60). Sum of RGB (Red+Green+Blue) = 201+91+60=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95B3C is #36A4C3. Grayscale: #787878. Windows color (decimal): -3581124 or 3955657. OLE color: 3955657.
HSL color Cylindrical-coordinate representation of color #C95B3C: hue angle of 13.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C95B3C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 60 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.21 |
| HSL | 13.19º | 0.57% | 0.51% | - |
| HSV(B) | 13.19º | 0.7% | 0.79% | - |
| XYZ | 28.64 | 20.23 | 6.67 | - |
| YUV | 120.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 60 | 0 | 0.55 | 0.70 | 0.21 | 13.19 | 0.57 | 0.51 |
| Hex | C9 | 5B | 3C | 0 | 37 | 46 | 15 | D | 39 | 33 |
| Octal | 311 | 133 | 74 | 0 | 67 | 106 | 25 | 15 | 71 | 63 |
| Binary | 11001001 | 1011011 | 111100 | 0 | 110111 | 1000110 | 10101 | 1101 | 111001 | 110011 |
Color Harmonies of #C95B3C
Complementary color
Monochromatic Colors of #C95B3C
Black with #C95B3C
Text Example
Text Example
White with #C95B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B3C; }
p { color: rgb(201,91,60); }
H1.HeaderClassName
{
color: #C95B3C;
}
.AnyTagClassName
{
color: #C95B3C;
}
</style>
background-color css
<style>
a { background-color: #C95B3C; }
a { background-color: rgb(201,91,60); }
div.DivClassName
{
background-color: #C95B3C;
}
.BgClassName
{
background-color: #C95B3C;
}
</style>
border-color css
<style>
span { border-color: #C95B3C; }
span { border-color: rgb(201,91,60); }
td.TdClassName
{
border-color: #C95B3C;
}
.TagClassName
{
border-color: #C95B3C;
}
</style>