Shades of Ecstasy #C45C3C
Tints of Ecstasy #C45C3C
RGB
CMYK
RGB Variations
Color information
#C45C3C (or 0xC45C3C) is known color: Ecstasy. HEX triplet: C4, 5C and 3C. RGB value is (196,92,60). Sum of RGB (Red+Green+Blue) = 196+92+60=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C3C is #3BA3C3. Grayscale: #777777. Windows color (decimal): -3908548 or 3955908. OLE color: 3955908.
HSL color Cylindrical-coordinate representation of color #C45C3C: hue angle of 14.12º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C45C3C is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 60 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.23 |
| HSL | 14.12º | 0.54% | 0.5% | - |
| HSV(B) | 14.12º | 0.69% | 0.77% | - |
| XYZ | 27.41 | 19.72 | 6.64 | - |
| YUV | 119.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 60 | 0 | 0.53 | 0.69 | 0.23 | 14.12 | 0.54 | 0.5 |
| Hex | C4 | 5C | 3C | 0 | 35 | 45 | 17 | E | 36 | 32 |
| Octal | 304 | 134 | 74 | 0 | 65 | 105 | 27 | 16 | 66 | 62 |
| Binary | 11000100 | 1011100 | 111100 | 0 | 110101 | 1000101 | 10111 | 1110 | 110110 | 110010 |
Color Harmonies of #C45C3C
Complementary color
Monochromatic Colors of #C45C3C
Black with #C45C3C
Text Example
Text Example
White with #C45C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C3C; }
p { color: rgb(196,92,60); }
H1.HeaderClassName
{
color: #C45C3C;
}
.AnyTagClassName
{
color: #C45C3C;
}
</style>
background-color css
<style>
a { background-color: #C45C3C; }
a { background-color: rgb(196,92,60); }
div.DivClassName
{
background-color: #C45C3C;
}
.BgClassName
{
background-color: #C45C3C;
}
</style>
border-color css
<style>
span { border-color: #C45C3C; }
span { border-color: rgb(196,92,60); }
td.TdClassName
{
border-color: #C45C3C;
}
.TagClassName
{
border-color: #C45C3C;
}
</style>