Shades of Ecstasy #C5663C
Tints of Ecstasy #C5663C
RGB
CMYK
RGB Variations
Color information
#C5663C (or 0xC5663C) is known color: Ecstasy. HEX triplet: C5, 66 and 3C. RGB value is (197,102,60). Sum of RGB (Red+Green+Blue) = 197+102+60=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5663C is #3A99C3. Grayscale: #7D7D7D. Windows color (decimal): -3840452 or 3958469. OLE color: 3958469.
HSL color Cylindrical-coordinate representation of color #C5663C: hue angle of 18.39º 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 #C5663C is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 60 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.23 |
| HSL | 18.39º | 0.54% | 0.5% | - |
| HSV(B) | 18.39º | 0.7% | 0.77% | - |
| XYZ | 28.59 | 21.7 | 6.96 | - |
| YUV | 125.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 60 | 0 | 0.48 | 0.70 | 0.23 | 18.39 | 0.54 | 0.5 |
| Hex | C5 | 66 | 3C | 0 | 30 | 46 | 17 | 12 | 36 | 32 |
| Octal | 305 | 146 | 74 | 0 | 60 | 106 | 27 | 22 | 66 | 62 |
| Binary | 11000101 | 1100110 | 111100 | 0 | 110000 | 1000110 | 10111 | 10010 | 110110 | 110010 |
Color Harmonies of #C5663C
Complementary color
Monochromatic Colors of #C5663C
Black with #C5663C
Text Example
Text Example
White with #C5663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5663C; }
p { color: rgb(197,102,60); }
H1.HeaderClassName
{
color: #C5663C;
}
.AnyTagClassName
{
color: #C5663C;
}
</style>
background-color css
<style>
a { background-color: #C5663C; }
a { background-color: rgb(197,102,60); }
div.DivClassName
{
background-color: #C5663C;
}
.BgClassName
{
background-color: #C5663C;
}
</style>
border-color css
<style>
span { border-color: #C5663C; }
span { border-color: rgb(197,102,60); }
td.TdClassName
{
border-color: #C5663C;
}
.TagClassName
{
border-color: #C5663C;
}
</style>