Shades of Ecstasy #C45F40
Tints of Ecstasy #C45F40
RGB
CMYK
RGB Variations
Color information
#C45F40 (or 0xC45F40) is known color: Ecstasy. HEX triplet: C4, 5F and 40. RGB value is (196,95,64). Sum of RGB (Red+Green+Blue) = 196+95+64=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45F40 is #3BA0BF. Grayscale: #797979. Windows color (decimal): -3907776 or 4218820. OLE color: 4218820.
HSL color Cylindrical-coordinate representation of color #C45F40: hue angle of 14.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C45F40 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 64 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.23 |
| HSL | 14.09º | 0.53% | 0.51% | - |
| HSV(B) | 14.09º | 0.67% | 0.77% | - |
| XYZ | 27.78 | 20.29 | 7.3 | - |
| YUV | 121.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 64 | 0 | 0.52 | 0.67 | 0.23 | 14.09 | 0.53 | 0.51 |
| Hex | C4 | 5F | 40 | 0 | 34 | 43 | 17 | E | 35 | 33 |
| Octal | 304 | 137 | 100 | 0 | 64 | 103 | 27 | 16 | 65 | 63 |
| Binary | 11000100 | 1011111 | 1000000 | 0 | 110100 | 1000011 | 10111 | 1110 | 110101 | 110011 |
Color Harmonies of #C45F40
Complementary color
Monochromatic Colors of #C45F40
Black with #C45F40
Text Example
Text Example
White with #C45F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F40; }
p { color: rgb(196,95,64); }
H1.HeaderClassName
{
color: #C45F40;
}
.AnyTagClassName
{
color: #C45F40;
}
</style>
background-color css
<style>
a { background-color: #C45F40; }
a { background-color: rgb(196,95,64); }
div.DivClassName
{
background-color: #C45F40;
}
.BgClassName
{
background-color: #C45F40;
}
</style>
border-color css
<style>
span { border-color: #C45F40; }
span { border-color: rgb(196,95,64); }
td.TdClassName
{
border-color: #C45F40;
}
.TagClassName
{
border-color: #C45F40;
}
</style>