Shades of Ecstasy #C05E3C
Tints of Ecstasy #C05E3C
RGB
CMYK
RGB Variations
Color information
#C05E3C (or 0xC05E3C) is known color: Ecstasy. HEX triplet: C0, 5E and 3C. RGB value is (192,94,60). Sum of RGB (Red+Green+Blue) = 192+94+60=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E3C is #3FA1C3. Grayscale: #777777. Windows color (decimal): -4170180 or 3956416. OLE color: 3956416.
HSL color Cylindrical-coordinate representation of color #C05E3C: hue angle of 15.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C05E3C is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 60 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.25 |
| HSL | 15.45º | 0.52% | 0.49% | - |
| HSV(B) | 15.45º | 0.69% | 0.75% | - |
| XYZ | 26.56 | 19.54 | 6.65 | - |
| YUV | 119.43 | 94.47 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 60 | 0 | 0.51 | 0.69 | 0.25 | 15.45 | 0.52 | 0.49 |
| Hex | C0 | 5E | 3C | 0 | 33 | 45 | 19 | F | 34 | 31 |
| Octal | 300 | 136 | 74 | 0 | 63 | 105 | 31 | 17 | 64 | 61 |
| Binary | 11000000 | 1011110 | 111100 | 0 | 110011 | 1000101 | 11001 | 1111 | 110100 | 110001 |
Color Harmonies of #C05E3C
Complementary color
Monochromatic Colors of #C05E3C
Black with #C05E3C
Text Example
Text Example
White with #C05E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E3C; }
p { color: rgb(192,94,60); }
H1.HeaderClassName
{
color: #C05E3C;
}
.AnyTagClassName
{
color: #C05E3C;
}
</style>
background-color css
<style>
a { background-color: #C05E3C; }
a { background-color: rgb(192,94,60); }
div.DivClassName
{
background-color: #C05E3C;
}
.BgClassName
{
background-color: #C05E3C;
}
</style>
border-color css
<style>
span { border-color: #C05E3C; }
span { border-color: rgb(192,94,60); }
td.TdClassName
{
border-color: #C05E3C;
}
.TagClassName
{
border-color: #C05E3C;
}
</style>