Shades of Ecstasy #C26036
Tints of Ecstasy #C26036
RGB
CMYK
RGB Variations
Color information
#C26036 (or 0xC26036) is known color: Ecstasy. HEX triplet: C2, 60 and 36. RGB value is (194,96,54). Sum of RGB (Red+Green+Blue) = 194+96+54=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C26036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26036 is #3D9FC9. Grayscale: #787878. Windows color (decimal): -4038602 or 3563714. OLE color: 3563714.
HSL color Cylindrical-coordinate representation of color #C26036: hue angle of 18º 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 #C26036 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 54 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.24 |
| HSL | 18º | 0.56% | 0.49% | - |
| HSV(B) | 18º | 0.72% | 0.76% | - |
| XYZ | 27.1 | 20.1 | 5.94 | - |
| YUV | 120.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 54 | 0 | 0.51 | 0.72 | 0.24 | 18 | 0.56 | 0.49 |
| Hex | C2 | 60 | 36 | 0 | 33 | 48 | 18 | 12 | 38 | 31 |
| Octal | 302 | 140 | 66 | 0 | 63 | 110 | 30 | 22 | 70 | 61 |
| Binary | 11000010 | 1100000 | 110110 | 0 | 110011 | 1001000 | 11000 | 10010 | 111000 | 110001 |
Color Harmonies of #C26036
Complementary color
Monochromatic Colors of #C26036
Black with #C26036
Text Example
Text Example
White with #C26036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26036; }
p { color: rgb(194,96,54); }
H1.HeaderClassName
{
color: #C26036;
}
.AnyTagClassName
{
color: #C26036;
}
</style>
background-color css
<style>
a { background-color: #C26036; }
a { background-color: rgb(194,96,54); }
div.DivClassName
{
background-color: #C26036;
}
.BgClassName
{
background-color: #C26036;
}
</style>
border-color css
<style>
span { border-color: #C26036; }
span { border-color: rgb(194,96,54); }
td.TdClassName
{
border-color: #C26036;
}
.TagClassName
{
border-color: #C26036;
}
</style>