Shades of Ecstasy #C45C32
Tints of Ecstasy #C45C32
RGB
CMYK
RGB Variations
Color information
#C45C32 (or 0xC45C32) is known color: Ecstasy. HEX triplet: C4, 5C and 32. RGB value is (196,92,50). Sum of RGB (Red+Green+Blue) = 196+92+50=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45C32 is #3BA3CD. Grayscale: #767676. Windows color (decimal): -3908558 or 3300548. OLE color: 3300548.
HSL color Cylindrical-coordinate representation of color #C45C32: hue angle of 17.26º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C45C32 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 92 | 50 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.23 |
| HSL | 17.26º | 0.59% | 0.48% | - |
| HSV(B) | 17.26º | 0.74% | 0.77% | - |
| XYZ | 27.17 | 19.62 | 5.37 | - |
| YUV | 118.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 92 | 50 | 0 | 0.53 | 0.74 | 0.23 | 17.26 | 0.59 | 0.48 |
| Hex | C4 | 5C | 32 | 0 | 35 | 4A | 17 | 11 | 3B | 30 |
| Octal | 304 | 134 | 62 | 0 | 65 | 112 | 27 | 21 | 73 | 60 |
| Binary | 11000100 | 1011100 | 110010 | 0 | 110101 | 1001010 | 10111 | 10001 | 111011 | 110000 |
Color Harmonies of #C45C32
Complementary color
Monochromatic Colors of #C45C32
Black with #C45C32
Text Example
Text Example
White with #C45C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45C32; }
p { color: rgb(196,92,50); }
H1.HeaderClassName
{
color: #C45C32;
}
.AnyTagClassName
{
color: #C45C32;
}
</style>
background-color css
<style>
a { background-color: #C45C32; }
a { background-color: rgb(196,92,50); }
div.DivClassName
{
background-color: #C45C32;
}
.BgClassName
{
background-color: #C45C32;
}
</style>
border-color css
<style>
span { border-color: #C45C32; }
span { border-color: rgb(196,92,50); }
td.TdClassName
{
border-color: #C45C32;
}
.TagClassName
{
border-color: #C45C32;
}
</style>