Shades of Ecstasy #C96231
Tints of Ecstasy #C96231
RGB
CMYK
RGB Variations
Color information
#C96231 (or 0xC96231) is known color: Ecstasy. HEX triplet: C9, 62 and 31. RGB value is (201,98,49). Sum of RGB (Red+Green+Blue) = 201+98+49=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C96231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96231 is #369DCE. Grayscale: #7B7B7B. Windows color (decimal): -3579343 or 3236553. OLE color: 3236553.
HSL color Cylindrical-coordinate representation of color #C96231: hue angle of 19.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C96231 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 49 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.21 |
| HSL | 19.34º | 0.61% | 0.49% | - |
| HSV(B) | 19.34º | 0.76% | 0.79% | - |
| XYZ | 29.01 | 21.37 | 5.5 | - |
| YUV | 123.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 49 | 0 | 0.51 | 0.76 | 0.21 | 19.34 | 0.61 | 0.49 |
| Hex | C9 | 62 | 31 | 0 | 33 | 4C | 15 | 13 | 3D | 31 |
| Octal | 311 | 142 | 61 | 0 | 63 | 114 | 25 | 23 | 75 | 61 |
| Binary | 11001001 | 1100010 | 110001 | 0 | 110011 | 1001100 | 10101 | 10011 | 111101 | 110001 |
Color Harmonies of #C96231
Complementary color
Monochromatic Colors of #C96231
Black with #C96231
Text Example
Text Example
White with #C96231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96231; }
p { color: rgb(201,98,49); }
H1.HeaderClassName
{
color: #C96231;
}
.AnyTagClassName
{
color: #C96231;
}
</style>
background-color css
<style>
a { background-color: #C96231; }
a { background-color: rgb(201,98,49); }
div.DivClassName
{
background-color: #C96231;
}
.BgClassName
{
background-color: #C96231;
}
</style>
border-color css
<style>
span { border-color: #C96231; }
span { border-color: rgb(201,98,49); }
td.TdClassName
{
border-color: #C96231;
}
.TagClassName
{
border-color: #C96231;
}
</style>