Shades of Ecstasy #C15C3D
Tints of Ecstasy #C15C3D
RGB
CMYK
RGB Variations
Color information
#C15C3D (or 0xC15C3D) is known color: Ecstasy. HEX triplet: C1, 5C and 3D. RGB value is (193,92,61). Sum of RGB (Red+Green+Blue) = 193+92+61=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C3D is #3EA3C2. Grayscale: #767676. Windows color (decimal): -4105155 or 4021441. OLE color: 4021441.
HSL color Cylindrical-coordinate representation of color #C15C3D: hue angle of 14.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C15C3D is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 61 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.24 |
| HSL | 14.09º | 0.52% | 0.5% | - |
| HSV(B) | 14.09º | 0.68% | 0.76% | - |
| XYZ | 26.66 | 19.33 | 6.74 | - |
| YUV | 118.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 61 | 0 | 0.52 | 0.68 | 0.24 | 14.09 | 0.52 | 0.5 |
| Hex | C1 | 5C | 3D | 0 | 34 | 44 | 18 | E | 34 | 32 |
| Octal | 301 | 134 | 75 | 0 | 64 | 104 | 30 | 16 | 64 | 62 |
| Binary | 11000001 | 1011100 | 111101 | 0 | 110100 | 1000100 | 11000 | 1110 | 110100 | 110010 |
Color Harmonies of #C15C3D
Complementary color
Monochromatic Colors of #C15C3D
Black with #C15C3D
Text Example
Text Example
White with #C15C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C3D; }
p { color: rgb(193,92,61); }
H1.HeaderClassName
{
color: #C15C3D;
}
.AnyTagClassName
{
color: #C15C3D;
}
</style>
background-color css
<style>
a { background-color: #C15C3D; }
a { background-color: rgb(193,92,61); }
div.DivClassName
{
background-color: #C15C3D;
}
.BgClassName
{
background-color: #C15C3D;
}
</style>
border-color css
<style>
span { border-color: #C15C3D; }
span { border-color: rgb(193,92,61); }
td.TdClassName
{
border-color: #C15C3D;
}
.TagClassName
{
border-color: #C15C3D;
}
</style>