Shades of Ecstasy #C45D3F
Tints of Ecstasy #C45D3F
RGB
CMYK
RGB Variations
Color information
#C45D3F (or 0xC45D3F) is known color: Ecstasy. HEX triplet: C4, 5D and 3F. RGB value is (196,93,63). Sum of RGB (Red+Green+Blue) = 196+93+63=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D3F is #3BA2C0. Grayscale: #787878. Windows color (decimal): -3908289 or 4152772. OLE color: 4152772.
HSL color Cylindrical-coordinate representation of color #C45D3F: hue angle of 13.53º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C45D3F is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 63 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.23 |
| HSL | 13.53º | 0.53% | 0.51% | - |
| HSV(B) | 13.53º | 0.68% | 0.77% | - |
| XYZ | 27.58 | 19.92 | 7.09 | - |
| YUV | 120.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 63 | 0 | 0.53 | 0.68 | 0.23 | 13.53 | 0.53 | 0.51 |
| Hex | C4 | 5D | 3F | 0 | 35 | 44 | 17 | E | 35 | 33 |
| Octal | 304 | 135 | 77 | 0 | 65 | 104 | 27 | 16 | 65 | 63 |
| Binary | 11000100 | 1011101 | 111111 | 0 | 110101 | 1000100 | 10111 | 1110 | 110101 | 110011 |
Color Harmonies of #C45D3F
Complementary color
Monochromatic Colors of #C45D3F
Black with #C45D3F
Text Example
Text Example
White with #C45D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D3F; }
p { color: rgb(196,93,63); }
H1.HeaderClassName
{
color: #C45D3F;
}
.AnyTagClassName
{
color: #C45D3F;
}
</style>
background-color css
<style>
a { background-color: #C45D3F; }
a { background-color: rgb(196,93,63); }
div.DivClassName
{
background-color: #C45D3F;
}
.BgClassName
{
background-color: #C45D3F;
}
</style>
border-color css
<style>
span { border-color: #C45D3F; }
span { border-color: rgb(196,93,63); }
td.TdClassName
{
border-color: #C45D3F;
}
.TagClassName
{
border-color: #C45D3F;
}
</style>