Shades of Ecstasy #C45D35
Tints of Ecstasy #C45D35
RGB
CMYK
RGB Variations
Color information
#C45D35 (or 0xC45D35) is known color: Ecstasy. HEX triplet: C4, 5D and 35. RGB value is (196,93,53). Sum of RGB (Red+Green+Blue) = 196+93+53=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D35 is #3BA2CA. Grayscale: #777777. Windows color (decimal): -3908299 or 3497412. OLE color: 3497412.
HSL color Cylindrical-coordinate representation of color #C45D35: hue angle of 16.78º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C45D35 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 93 | 53 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.23 |
| HSL | 16.78º | 0.57% | 0.49% | - |
| HSV(B) | 16.78º | 0.73% | 0.77% | - |
| XYZ | 27.32 | 19.82 | 5.75 | - |
| YUV | 119.24 | 90.62 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 53 | 0 | 0.53 | 0.73 | 0.23 | 16.78 | 0.57 | 0.49 |
| Hex | C4 | 5D | 35 | 0 | 35 | 49 | 17 | 11 | 39 | 31 |
| Octal | 304 | 135 | 65 | 0 | 65 | 111 | 27 | 21 | 71 | 61 |
| Binary | 11000100 | 1011101 | 110101 | 0 | 110101 | 1001001 | 10111 | 10001 | 111001 | 110001 |
Color Harmonies of #C45D35
Complementary color
Monochromatic Colors of #C45D35
Black with #C45D35
Text Example
Text Example
White with #C45D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45D35; }
p { color: rgb(196,93,53); }
H1.HeaderClassName
{
color: #C45D35;
}
.AnyTagClassName
{
color: #C45D35;
}
</style>
background-color css
<style>
a { background-color: #C45D35; }
a { background-color: rgb(196,93,53); }
div.DivClassName
{
background-color: #C45D35;
}
.BgClassName
{
background-color: #C45D35;
}
</style>
border-color css
<style>
span { border-color: #C45D35; }
span { border-color: rgb(196,93,53); }
td.TdClassName
{
border-color: #C45D35;
}
.TagClassName
{
border-color: #C45D35;
}
</style>