Shades of Ecstasy #C45A36
Tints of Ecstasy #C45A36
RGB
CMYK
RGB Variations
Color information
#C45A36 (or 0xC45A36) is known color: Ecstasy. HEX triplet: C4, 5A and 36. RGB value is (196,90,54). Sum of RGB (Red+Green+Blue) = 196+90+54=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A36 is #3BA5C9. Grayscale: #757575. Windows color (decimal): -3909066 or 3562180. OLE color: 3562180.
HSL color Cylindrical-coordinate representation of color #C45A36: hue angle of 15.21º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C45A36 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 90 | 54 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.23 |
| HSL | 15.21º | 0.57% | 0.49% | - |
| HSV(B) | 15.21º | 0.72% | 0.77% | - |
| XYZ | 27.09 | 19.31 | 5.79 | - |
| YUV | 117.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 54 | 0 | 0.54 | 0.72 | 0.23 | 15.21 | 0.57 | 0.49 |
| Hex | C4 | 5A | 36 | 0 | 36 | 48 | 17 | F | 39 | 31 |
| Octal | 304 | 132 | 66 | 0 | 66 | 110 | 27 | 17 | 71 | 61 |
| Binary | 11000100 | 1011010 | 110110 | 0 | 110110 | 1001000 | 10111 | 1111 | 111001 | 110001 |
Color Harmonies of #C45A36
Complementary color
Monochromatic Colors of #C45A36
Black with #C45A36
Text Example
Text Example
White with #C45A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45A36; }
p { color: rgb(196,90,54); }
H1.HeaderClassName
{
color: #C45A36;
}
.AnyTagClassName
{
color: #C45A36;
}
</style>
background-color css
<style>
a { background-color: #C45A36; }
a { background-color: rgb(196,90,54); }
div.DivClassName
{
background-color: #C45A36;
}
.BgClassName
{
background-color: #C45A36;
}
</style>
border-color css
<style>
span { border-color: #C45A36; }
span { border-color: rgb(196,90,54); }
td.TdClassName
{
border-color: #C45A36;
}
.TagClassName
{
border-color: #C45A36;
}
</style>