Shades of Ecstasy #C55A30
Tints of Ecstasy #C55A30
RGB
CMYK
RGB Variations
Color information
#C55A30 (or 0xC55A30) is known color: Ecstasy. HEX triplet: C5, 5A and 30. RGB value is (197,90,48). Sum of RGB (Red+Green+Blue) = 197+90+48=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A30 is #3AA5CF. Grayscale: #757575. Windows color (decimal): -3843536 or 3168965. OLE color: 3168965.
HSL color Cylindrical-coordinate representation of color #C55A30: hue angle of 16.91º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C55A30 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 48 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.23 |
| HSL | 16.91º | 0.61% | 0.48% | - |
| HSV(B) | 16.91º | 0.76% | 0.77% | - |
| XYZ | 27.22 | 19.4 | 5.11 | - |
| YUV | 117.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 48 | 0 | 0.54 | 0.76 | 0.23 | 16.91 | 0.61 | 0.48 |
| Hex | C5 | 5A | 30 | 0 | 36 | 4C | 17 | 11 | 3D | 30 |
| Octal | 305 | 132 | 60 | 0 | 66 | 114 | 27 | 21 | 75 | 60 |
| Binary | 11000101 | 1011010 | 110000 | 0 | 110110 | 1001100 | 10111 | 10001 | 111101 | 110000 |
Color Harmonies of #C55A30
Complementary color
Monochromatic Colors of #C55A30
Black with #C55A30
Text Example
Text Example
White with #C55A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A30; }
p { color: rgb(197,90,48); }
H1.HeaderClassName
{
color: #C55A30;
}
.AnyTagClassName
{
color: #C55A30;
}
</style>
background-color css
<style>
a { background-color: #C55A30; }
a { background-color: rgb(197,90,48); }
div.DivClassName
{
background-color: #C55A30;
}
.BgClassName
{
background-color: #C55A30;
}
</style>
border-color css
<style>
span { border-color: #C55A30; }
span { border-color: rgb(197,90,48); }
td.TdClassName
{
border-color: #C55A30;
}
.TagClassName
{
border-color: #C55A30;
}
</style>