Shades of Ecstasy #C15F3E
Tints of Ecstasy #C15F3E
RGB
CMYK
RGB Variations
Color information
#C15F3E (or 0xC15F3E) is known color: Ecstasy. HEX triplet: C1, 5F and 3E. RGB value is (193,95,62). Sum of RGB (Red+Green+Blue) = 193+95+62=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15F3E is #3EA0C1. Grayscale: #787878. Windows color (decimal): -4104386 or 4087745. OLE color: 4087745.
HSL color Cylindrical-coordinate representation of color #C15F3E: hue angle of 15.11º degrees, saturation: 0.51, 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 #C15F3E is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 62 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.24 |
| HSL | 15.11º | 0.51% | 0.5% | - |
| HSV(B) | 15.11º | 0.68% | 0.76% | - |
| XYZ | 26.95 | 19.87 | 6.97 | - |
| YUV | 120.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 62 | 0 | 0.51 | 0.68 | 0.24 | 15.11 | 0.51 | 0.5 |
| Hex | C1 | 5F | 3E | 0 | 33 | 44 | 18 | F | 33 | 32 |
| Octal | 301 | 137 | 76 | 0 | 63 | 104 | 30 | 17 | 63 | 62 |
| Binary | 11000001 | 1011111 | 111110 | 0 | 110011 | 1000100 | 11000 | 1111 | 110011 | 110010 |
Color Harmonies of #C15F3E
Complementary color
Monochromatic Colors of #C15F3E
Black with #C15F3E
Text Example
Text Example
White with #C15F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F3E; }
p { color: rgb(193,95,62); }
H1.HeaderClassName
{
color: #C15F3E;
}
.AnyTagClassName
{
color: #C15F3E;
}
</style>
background-color css
<style>
a { background-color: #C15F3E; }
a { background-color: rgb(193,95,62); }
div.DivClassName
{
background-color: #C15F3E;
}
.BgClassName
{
background-color: #C15F3E;
}
</style>
border-color css
<style>
span { border-color: #C15F3E; }
span { border-color: rgb(193,95,62); }
td.TdClassName
{
border-color: #C15F3E;
}
.TagClassName
{
border-color: #C15F3E;
}
</style>