Shades of Ecstasy #C5583C
Tints of Ecstasy #C5583C
RGB
CMYK
RGB Variations
Color information
#C5583C (or 0xC5583C) is known color: Ecstasy. HEX triplet: C5, 58 and 3C. RGB value is (197,88,60). Sum of RGB (Red+Green+Blue) = 197+88+60=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5583C is #3AA7C3. Grayscale: #757575. Windows color (decimal): -3844036 or 3954885. OLE color: 3954885.
HSL color Cylindrical-coordinate representation of color #C5583C: hue angle of 12.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5583C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 60 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.23 |
| HSL | 12.26º | 0.54% | 0.5% | - |
| HSV(B) | 12.26º | 0.7% | 0.77% | - |
| XYZ | 27.33 | 19.18 | 6.54 | - |
| YUV | 117.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 60 | 0 | 0.55 | 0.70 | 0.23 | 12.26 | 0.54 | 0.5 |
| Hex | C5 | 58 | 3C | 0 | 37 | 46 | 17 | C | 36 | 32 |
| Octal | 305 | 130 | 74 | 0 | 67 | 106 | 27 | 14 | 66 | 62 |
| Binary | 11000101 | 1011000 | 111100 | 0 | 110111 | 1000110 | 10111 | 1100 | 110110 | 110010 |
Color Harmonies of #C5583C
Complementary color
Monochromatic Colors of #C5583C
Black with #C5583C
Text Example
Text Example
White with #C5583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5583C; }
p { color: rgb(197,88,60); }
H1.HeaderClassName
{
color: #C5583C;
}
.AnyTagClassName
{
color: #C5583C;
}
</style>
background-color css
<style>
a { background-color: #C5583C; }
a { background-color: rgb(197,88,60); }
div.DivClassName
{
background-color: #C5583C;
}
.BgClassName
{
background-color: #C5583C;
}
</style>
border-color css
<style>
span { border-color: #C5583C; }
span { border-color: rgb(197,88,60); }
td.TdClassName
{
border-color: #C5583C;
}
.TagClassName
{
border-color: #C5583C;
}
</style>