Shades of Ecstasy #C45F34
Tints of Ecstasy #C45F34
RGB
CMYK
RGB Variations
Color information
#C45F34 (or 0xC45F34) is known color: Ecstasy. HEX triplet: C4, 5F and 34. RGB value is (196,95,52). Sum of RGB (Red+Green+Blue) = 196+95+52=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F34 is #3BA0CB. Grayscale: #787878. Windows color (decimal): -3907788 or 3432388. OLE color: 3432388.
HSL color Cylindrical-coordinate representation of color #C45F34: hue angle of 17.92º degrees, saturation: 0.58, 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 #C45F34 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 52 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.23 |
| HSL | 17.92º | 0.58% | 0.49% | - |
| HSV(B) | 17.92º | 0.73% | 0.77% | - |
| XYZ | 27.48 | 20.17 | 5.69 | - |
| YUV | 120.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 52 | 0 | 0.52 | 0.73 | 0.23 | 17.92 | 0.58 | 0.49 |
| Hex | C4 | 5F | 34 | 0 | 34 | 49 | 17 | 12 | 3A | 31 |
| Octal | 304 | 137 | 64 | 0 | 64 | 111 | 27 | 22 | 72 | 61 |
| Binary | 11000100 | 1011111 | 110100 | 0 | 110100 | 1001001 | 10111 | 10010 | 111010 | 110001 |
Color Harmonies of #C45F34
Complementary color
Monochromatic Colors of #C45F34
Black with #C45F34
Text Example
Text Example
White with #C45F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F34; }
p { color: rgb(196,95,52); }
H1.HeaderClassName
{
color: #C45F34;
}
.AnyTagClassName
{
color: #C45F34;
}
</style>
background-color css
<style>
a { background-color: #C45F34; }
a { background-color: rgb(196,95,52); }
div.DivClassName
{
background-color: #C45F34;
}
.BgClassName
{
background-color: #C45F34;
}
</style>
border-color css
<style>
span { border-color: #C45F34; }
span { border-color: rgb(196,95,52); }
td.TdClassName
{
border-color: #C45F34;
}
.TagClassName
{
border-color: #C45F34;
}
</style>