Shades of Ecstasy #C45D3B
Tints of Ecstasy #C45D3B
RGB
CMYK
RGB Variations
Color information
#C45D3B (or 0xC45D3B) is known color: Ecstasy. HEX triplet: C4, 5D and 3B. RGB value is (196,93,59). Sum of RGB (Red+Green+Blue) = 196+93+59=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D3B is #3BA2C4. Grayscale: #787878. Windows color (decimal): -3908293 or 3890628. OLE color: 3890628.
HSL color Cylindrical-coordinate representation of color #C45D3B: hue angle of 14.89º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C45D3B is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 59 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.23 |
| HSL | 14.89º | 0.54% | 0.5% | - |
| HSV(B) | 14.89º | 0.7% | 0.77% | - |
| XYZ | 27.47 | 19.88 | 6.53 | - |
| YUV | 119.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 59 | 0 | 0.53 | 0.70 | 0.23 | 14.89 | 0.54 | 0.5 |
| Hex | C4 | 5D | 3B | 0 | 35 | 46 | 17 | F | 36 | 32 |
| Octal | 304 | 135 | 73 | 0 | 65 | 106 | 27 | 17 | 66 | 62 |
| Binary | 11000100 | 1011101 | 111011 | 0 | 110101 | 1000110 | 10111 | 1111 | 110110 | 110010 |
Color Harmonies of #C45D3B
Complementary color
Monochromatic Colors of #C45D3B
Black with #C45D3B
Text Example
Text Example
White with #C45D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D3B; }
p { color: rgb(196,93,59); }
H1.HeaderClassName
{
color: #C45D3B;
}
.AnyTagClassName
{
color: #C45D3B;
}
</style>
background-color css
<style>
a { background-color: #C45D3B; }
a { background-color: rgb(196,93,59); }
div.DivClassName
{
background-color: #C45D3B;
}
.BgClassName
{
background-color: #C45D3B;
}
</style>
border-color css
<style>
span { border-color: #C45D3B; }
span { border-color: rgb(196,93,59); }
td.TdClassName
{
border-color: #C45D3B;
}
.TagClassName
{
border-color: #C45D3B;
}
</style>