Shades of Ecstasy #C65E31
Tints of Ecstasy #C65E31
RGB
CMYK
RGB Variations
Color information
#C65E31 (or 0xC65E31) is known color: Ecstasy. HEX triplet: C6, 5E and 31. RGB value is (198,94,49). Sum of RGB (Red+Green+Blue) = 198+94+49=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65E31 is #39A1CE. Grayscale: #787878. Windows color (decimal): -3776975 or 3235526. OLE color: 3235526.
HSL color Cylindrical-coordinate representation of color #C65E31: hue angle of 18.12º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C65E31 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 49 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.22 |
| HSL | 18.12º | 0.6% | 0.48% | - |
| HSV(B) | 18.12º | 0.75% | 0.78% | - |
| XYZ | 27.85 | 20.23 | 5.34 | - |
| YUV | 119.97 | 87.96 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 49 | 0 | 0.53 | 0.75 | 0.22 | 18.12 | 0.6 | 0.48 |
| Hex | C6 | 5E | 31 | 0 | 35 | 4B | 16 | 12 | 3C | 30 |
| Octal | 306 | 136 | 61 | 0 | 65 | 113 | 26 | 22 | 74 | 60 |
| Binary | 11000110 | 1011110 | 110001 | 0 | 110101 | 1001011 | 10110 | 10010 | 111100 | 110000 |
Color Harmonies of #C65E31
Complementary color
Monochromatic Colors of #C65E31
Black with #C65E31
Text Example
Text Example
White with #C65E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E31; }
p { color: rgb(198,94,49); }
H1.HeaderClassName
{
color: #C65E31;
}
.AnyTagClassName
{
color: #C65E31;
}
</style>
background-color css
<style>
a { background-color: #C65E31; }
a { background-color: rgb(198,94,49); }
div.DivClassName
{
background-color: #C65E31;
}
.BgClassName
{
background-color: #C65E31;
}
</style>
border-color css
<style>
span { border-color: #C65E31; }
span { border-color: rgb(198,94,49); }
td.TdClassName
{
border-color: #C65E31;
}
.TagClassName
{
border-color: #C65E31;
}
</style>