Shades of Ecstasy #C56535
Tints of Ecstasy #C56535
RGB
CMYK
RGB Variations
Color information
#C56535 (or 0xC56535) is known color: Ecstasy. HEX triplet: C5, 65 and 35. RGB value is (197,101,53). Sum of RGB (Red+Green+Blue) = 197+101+53=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C56535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56535 is #3A9ACA. Grayscale: #7C7C7C. Windows color (decimal): -3840715 or 3499461. OLE color: 3499461.
HSL color Cylindrical-coordinate representation of color #C56535: hue angle of 20º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C56535 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 53 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.23 |
| HSL | 20º | 0.58% | 0.49% | - |
| HSV(B) | 20º | 0.73% | 0.77% | - |
| XYZ | 28.32 | 21.43 | 6.01 | - |
| YUV | 124.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 53 | 0 | 0.49 | 0.73 | 0.23 | 20 | 0.58 | 0.49 |
| Hex | C5 | 65 | 35 | 0 | 31 | 49 | 17 | 14 | 3A | 31 |
| Octal | 305 | 145 | 65 | 0 | 61 | 111 | 27 | 24 | 72 | 61 |
| Binary | 11000101 | 1100101 | 110101 | 0 | 110001 | 1001001 | 10111 | 10100 | 111010 | 110001 |
Color Harmonies of #C56535
Complementary color
Monochromatic Colors of #C56535
Black with #C56535
Text Example
Text Example
White with #C56535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56535; }
p { color: rgb(197,101,53); }
H1.HeaderClassName
{
color: #C56535;
}
.AnyTagClassName
{
color: #C56535;
}
</style>
background-color css
<style>
a { background-color: #C56535; }
a { background-color: rgb(197,101,53); }
div.DivClassName
{
background-color: #C56535;
}
.BgClassName
{
background-color: #C56535;
}
</style>
border-color css
<style>
span { border-color: #C56535; }
span { border-color: rgb(197,101,53); }
td.TdClassName
{
border-color: #C56535;
}
.TagClassName
{
border-color: #C56535;
}
</style>