Shades of Ecstasy #C5633A
Tints of Ecstasy #C5633A
RGB
CMYK
RGB Variations
Color information
#C5633A (or 0xC5633A) is known color: Ecstasy. HEX triplet: C5, 63 and 3A. RGB value is (197,99,58). Sum of RGB (Red+Green+Blue) = 197+99+58=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5633A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5633A is #3A9CC5. Grayscale: #7B7B7B. Windows color (decimal): -3841222 or 3826629. OLE color: 3826629.
HSL color Cylindrical-coordinate representation of color #C5633A: hue angle of 17.7º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5633A is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 58 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.23 |
| HSL | 17.7º | 0.55% | 0.5% | - |
| HSV(B) | 17.7º | 0.71% | 0.77% | - |
| XYZ | 28.25 | 21.1 | 6.59 | - |
| YUV | 123.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 58 | 0 | 0.50 | 0.71 | 0.23 | 17.7 | 0.55 | 0.5 |
| Hex | C5 | 63 | 3A | 0 | 32 | 47 | 17 | 12 | 37 | 32 |
| Octal | 305 | 143 | 72 | 0 | 62 | 107 | 27 | 22 | 67 | 62 |
| Binary | 11000101 | 1100011 | 111010 | 0 | 110010 | 1000111 | 10111 | 10010 | 110111 | 110010 |
Color Harmonies of #C5633A
Complementary color
Monochromatic Colors of #C5633A
Black with #C5633A
Text Example
Text Example
White with #C5633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5633A; }
p { color: rgb(197,99,58); }
H1.HeaderClassName
{
color: #C5633A;
}
.AnyTagClassName
{
color: #C5633A;
}
</style>
background-color css
<style>
a { background-color: #C5633A; }
a { background-color: rgb(197,99,58); }
div.DivClassName
{
background-color: #C5633A;
}
.BgClassName
{
background-color: #C5633A;
}
</style>
border-color css
<style>
span { border-color: #C5633A; }
span { border-color: rgb(197,99,58); }
td.TdClassName
{
border-color: #C5633A;
}
.TagClassName
{
border-color: #C5633A;
}
</style>