Shades of Ecstasy #C45F37
Tints of Ecstasy #C45F37
RGB
CMYK
RGB Variations
Color information
#C45F37 (or 0xC45F37) is known color: Ecstasy. HEX triplet: C4, 5F and 37. RGB value is (196,95,55). Sum of RGB (Red+Green+Blue) = 196+95+55=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F37 is #3BA0C8. Grayscale: #787878. Windows color (decimal): -3907785 or 3628996. OLE color: 3628996.
HSL color Cylindrical-coordinate representation of color #C45F37: hue angle of 17.02º degrees, saturation: 0.56, 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 #C45F37 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 55 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.23 |
| HSL | 17.02º | 0.56% | 0.49% | - |
| HSV(B) | 17.02º | 0.72% | 0.77% | - |
| XYZ | 27.55 | 20.2 | 6.06 | - |
| YUV | 120.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 55 | 0 | 0.52 | 0.72 | 0.23 | 17.02 | 0.56 | 0.49 |
| Hex | C4 | 5F | 37 | 0 | 34 | 48 | 17 | 11 | 38 | 31 |
| Octal | 304 | 137 | 67 | 0 | 64 | 110 | 27 | 21 | 70 | 61 |
| Binary | 11000100 | 1011111 | 110111 | 0 | 110100 | 1001000 | 10111 | 10001 | 111000 | 110001 |
Color Harmonies of #C45F37
Complementary color
Monochromatic Colors of #C45F37
Black with #C45F37
Text Example
Text Example
White with #C45F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F37; }
p { color: rgb(196,95,55); }
H1.HeaderClassName
{
color: #C45F37;
}
.AnyTagClassName
{
color: #C45F37;
}
</style>
background-color css
<style>
a { background-color: #C45F37; }
a { background-color: rgb(196,95,55); }
div.DivClassName
{
background-color: #C45F37;
}
.BgClassName
{
background-color: #C45F37;
}
</style>
border-color css
<style>
span { border-color: #C45F37; }
span { border-color: rgb(196,95,55); }
td.TdClassName
{
border-color: #C45F37;
}
.TagClassName
{
border-color: #C45F37;
}
</style>