Shades of Ecstasy #C9612E
Tints of Ecstasy #C9612E
RGB
CMYK
RGB Variations
Color information
#C9612E (or 0xC9612E) is known color: Ecstasy. HEX triplet: C9, 61 and 2E. RGB value is (201,97,46). Sum of RGB (Red+Green+Blue) = 201+97+46=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C9612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9612E is #369ED1. Grayscale: #7A7A7A. Windows color (decimal): -3579602 or 3039689. OLE color: 3039689.
HSL color Cylindrical-coordinate representation of color #C9612E: hue angle of 19.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9612E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 46 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.21 |
| HSL | 19.74º | 0.63% | 0.48% | - |
| HSV(B) | 19.74º | 0.77% | 0.79% | - |
| XYZ | 28.86 | 21.16 | 5.15 | - |
| YUV | 122.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 46 | 0 | 0.52 | 0.77 | 0.21 | 19.74 | 0.63 | 0.48 |
| Hex | C9 | 61 | 2E | 0 | 34 | 4D | 15 | 14 | 3F | 30 |
| Octal | 311 | 141 | 56 | 0 | 64 | 115 | 25 | 24 | 77 | 60 |
| Binary | 11001001 | 1100001 | 101110 | 0 | 110100 | 1001101 | 10101 | 10100 | 111111 | 110000 |
Color Harmonies of #C9612E
Complementary color
Monochromatic Colors of #C9612E
Black with #C9612E
Text Example
Text Example
White with #C9612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9612E; }
p { color: rgb(201,97,46); }
H1.HeaderClassName
{
color: #C9612E;
}
.AnyTagClassName
{
color: #C9612E;
}
</style>
background-color css
<style>
a { background-color: #C9612E; }
a { background-color: rgb(201,97,46); }
div.DivClassName
{
background-color: #C9612E;
}
.BgClassName
{
background-color: #C9612E;
}
</style>
border-color css
<style>
span { border-color: #C9612E; }
span { border-color: rgb(201,97,46); }
td.TdClassName
{
border-color: #C9612E;
}
.TagClassName
{
border-color: #C9612E;
}
</style>