Shades of Ecstasy #C45A39
Tints of Ecstasy #C45A39
RGB
CMYK
RGB Variations
Color information
#C45A39 (or 0xC45A39) is known color: Ecstasy. HEX triplet: C4, 5A and 39. RGB value is (196,90,57). Sum of RGB (Red+Green+Blue) = 196+90+57=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A39 is #3BA5C6. Grayscale: #767676. Windows color (decimal): -3909063 or 3758788. OLE color: 3758788.
HSL color Cylindrical-coordinate representation of color #C45A39: hue angle of 14.24º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C45A39 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 57 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.23 |
| HSL | 14.24º | 0.55% | 0.5% | - |
| HSV(B) | 14.24º | 0.71% | 0.77% | - |
| XYZ | 27.16 | 19.34 | 6.17 | - |
| YUV | 117.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 57 | 0 | 0.54 | 0.71 | 0.23 | 14.24 | 0.55 | 0.5 |
| Hex | C4 | 5A | 39 | 0 | 36 | 47 | 17 | E | 37 | 32 |
| Octal | 304 | 132 | 71 | 0 | 66 | 107 | 27 | 16 | 67 | 62 |
| Binary | 11000100 | 1011010 | 111001 | 0 | 110110 | 1000111 | 10111 | 1110 | 110111 | 110010 |
Color Harmonies of #C45A39
Complementary color
Monochromatic Colors of #C45A39
Black with #C45A39
Text Example
Text Example
White with #C45A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A39; }
p { color: rgb(196,90,57); }
H1.HeaderClassName
{
color: #C45A39;
}
.AnyTagClassName
{
color: #C45A39;
}
</style>
background-color css
<style>
a { background-color: #C45A39; }
a { background-color: rgb(196,90,57); }
div.DivClassName
{
background-color: #C45A39;
}
.BgClassName
{
background-color: #C45A39;
}
</style>
border-color css
<style>
span { border-color: #C45A39; }
span { border-color: rgb(196,90,57); }
td.TdClassName
{
border-color: #C45A39;
}
.TagClassName
{
border-color: #C45A39;
}
</style>