Shades of Ecstasy #C15F3D
Tints of Ecstasy #C15F3D
RGB
CMYK
RGB Variations
Color information
#C15F3D (or 0xC15F3D) is known color: Ecstasy. HEX triplet: C1, 5F and 3D. RGB value is (193,95,61). Sum of RGB (Red+Green+Blue) = 193+95+61=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15F3D is #3EA0C2. Grayscale: #787878. Windows color (decimal): -4104387 or 4022209. OLE color: 4022209.
HSL color Cylindrical-coordinate representation of color #C15F3D: hue angle of 15.45º 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 #C15F3D is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 61 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.24 |
| HSL | 15.45º | 0.52% | 0.5% | - |
| HSV(B) | 15.45º | 0.68% | 0.76% | - |
| XYZ | 26.93 | 19.86 | 6.83 | - |
| YUV | 120.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 61 | 0 | 0.51 | 0.68 | 0.24 | 15.45 | 0.52 | 0.5 |
| Hex | C1 | 5F | 3D | 0 | 33 | 44 | 18 | F | 34 | 32 |
| Octal | 301 | 137 | 75 | 0 | 63 | 104 | 30 | 17 | 64 | 62 |
| Binary | 11000001 | 1011111 | 111101 | 0 | 110011 | 1000100 | 11000 | 1111 | 110100 | 110010 |
Color Harmonies of #C15F3D
Complementary color
Monochromatic Colors of #C15F3D
Black with #C15F3D
Text Example
Text Example
White with #C15F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F3D; }
p { color: rgb(193,95,61); }
H1.HeaderClassName
{
color: #C15F3D;
}
.AnyTagClassName
{
color: #C15F3D;
}
</style>
background-color css
<style>
a { background-color: #C15F3D; }
a { background-color: rgb(193,95,61); }
div.DivClassName
{
background-color: #C15F3D;
}
.BgClassName
{
background-color: #C15F3D;
}
</style>
border-color css
<style>
span { border-color: #C15F3D; }
span { border-color: rgb(193,95,61); }
td.TdClassName
{
border-color: #C15F3D;
}
.TagClassName
{
border-color: #C15F3D;
}
</style>