Shades of Ecstasy #C5603F
Tints of Ecstasy #C5603F
RGB
CMYK
RGB Variations
Color information
#C5603F (or 0xC5603F) is known color: Ecstasy. HEX triplet: C5, 60 and 3F. RGB value is (197,96,63). Sum of RGB (Red+Green+Blue) = 197+96+63=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5603F is #3A9FC0. Grayscale: #7A7A7A. Windows color (decimal): -3841985 or 4153541. OLE color: 4153541.
HSL color Cylindrical-coordinate representation of color #C5603F: hue angle of 14.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5603F is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 63 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.23 |
| HSL | 14.78º | 0.54% | 0.51% | - |
| HSV(B) | 14.78º | 0.68% | 0.77% | - |
| XYZ | 28.11 | 20.59 | 7.2 | - |
| YUV | 122.44 | 94.46 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 63 | 0 | 0.51 | 0.68 | 0.23 | 14.78 | 0.54 | 0.51 |
| Hex | C5 | 60 | 3F | 0 | 33 | 44 | 17 | F | 36 | 33 |
| Octal | 305 | 140 | 77 | 0 | 63 | 104 | 27 | 17 | 66 | 63 |
| Binary | 11000101 | 1100000 | 111111 | 0 | 110011 | 1000100 | 10111 | 1111 | 110110 | 110011 |
Color Harmonies of #C5603F
Complementary color
Monochromatic Colors of #C5603F
Black with #C5603F
Text Example
Text Example
White with #C5603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5603F; }
p { color: rgb(197,96,63); }
H1.HeaderClassName
{
color: #C5603F;
}
.AnyTagClassName
{
color: #C5603F;
}
</style>
background-color css
<style>
a { background-color: #C5603F; }
a { background-color: rgb(197,96,63); }
div.DivClassName
{
background-color: #C5603F;
}
.BgClassName
{
background-color: #C5603F;
}
</style>
border-color css
<style>
span { border-color: #C5603F; }
span { border-color: rgb(197,96,63); }
td.TdClassName
{
border-color: #C5603F;
}
.TagClassName
{
border-color: #C5603F;
}
</style>