Shades of Ecstasy #C5653A
Tints of Ecstasy #C5653A
RGB
CMYK
RGB Variations
Color information
#C5653A (or 0xC5653A) is known color: Ecstasy. HEX triplet: C5, 65 and 3A. RGB value is (197,101,58). Sum of RGB (Red+Green+Blue) = 197+101+58=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5653A is #3A9AC5. Grayscale: #7D7D7D. Windows color (decimal): -3840710 or 3827141. OLE color: 3827141.
HSL color Cylindrical-coordinate representation of color #C5653A: hue angle of 18.56º 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 #C5653A is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 58 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.23 |
| HSL | 18.56º | 0.55% | 0.5% | - |
| HSV(B) | 18.56º | 0.71% | 0.77% | - |
| XYZ | 28.44 | 21.48 | 6.65 | - |
| YUV | 124.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 58 | 0 | 0.49 | 0.71 | 0.23 | 18.56 | 0.55 | 0.5 |
| Hex | C5 | 65 | 3A | 0 | 31 | 47 | 17 | 13 | 37 | 32 |
| Octal | 305 | 145 | 72 | 0 | 61 | 107 | 27 | 23 | 67 | 62 |
| Binary | 11000101 | 1100101 | 111010 | 0 | 110001 | 1000111 | 10111 | 10011 | 110111 | 110010 |
Color Harmonies of #C5653A
Complementary color
Monochromatic Colors of #C5653A
Black with #C5653A
Text Example
Text Example
White with #C5653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5653A; }
p { color: rgb(197,101,58); }
H1.HeaderClassName
{
color: #C5653A;
}
.AnyTagClassName
{
color: #C5653A;
}
</style>
background-color css
<style>
a { background-color: #C5653A; }
a { background-color: rgb(197,101,58); }
div.DivClassName
{
background-color: #C5653A;
}
.BgClassName
{
background-color: #C5653A;
}
</style>
border-color css
<style>
span { border-color: #C5653A; }
span { border-color: rgb(197,101,58); }
td.TdClassName
{
border-color: #C5653A;
}
.TagClassName
{
border-color: #C5653A;
}
</style>