Shades of Ecstasy #C26237
Tints of Ecstasy #C26237
RGB
CMYK
RGB Variations
Color information
#C26237 (or 0xC26237) is known color: Ecstasy. HEX triplet: C2, 62 and 37. RGB value is (194,98,55). Sum of RGB (Red+Green+Blue) = 194+98+55=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C26237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26237 is #3D9DC8. Grayscale: #7A7A7A. Windows color (decimal): -4038089 or 3629762. OLE color: 3629762.
HSL color Cylindrical-coordinate representation of color #C26237: hue angle of 18.56º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C26237 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 55 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.24 |
| HSL | 18.56º | 0.56% | 0.49% | - |
| HSV(B) | 18.56º | 0.72% | 0.76% | - |
| XYZ | 27.31 | 20.48 | 6.13 | - |
| YUV | 121.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 55 | 0 | 0.49 | 0.72 | 0.24 | 18.56 | 0.56 | 0.49 |
| Hex | C2 | 62 | 37 | 0 | 31 | 48 | 18 | 13 | 38 | 31 |
| Octal | 302 | 142 | 67 | 0 | 61 | 110 | 30 | 23 | 70 | 61 |
| Binary | 11000010 | 1100010 | 110111 | 0 | 110001 | 1001000 | 11000 | 10011 | 111000 | 110001 |
Color Harmonies of #C26237
Complementary color
Monochromatic Colors of #C26237
Black with #C26237
Text Example
Text Example
White with #C26237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26237; }
p { color: rgb(194,98,55); }
H1.HeaderClassName
{
color: #C26237;
}
.AnyTagClassName
{
color: #C26237;
}
</style>
background-color css
<style>
a { background-color: #C26237; }
a { background-color: rgb(194,98,55); }
div.DivClassName
{
background-color: #C26237;
}
.BgClassName
{
background-color: #C26237;
}
</style>
border-color css
<style>
span { border-color: #C26237; }
span { border-color: rgb(194,98,55); }
td.TdClassName
{
border-color: #C26237;
}
.TagClassName
{
border-color: #C26237;
}
</style>