Shades of Ecstasy #C2603A
Tints of Ecstasy #C2603A
RGB
CMYK
RGB Variations
Color information
#C2603A (or 0xC2603A) is known color: Ecstasy. HEX triplet: C2, 60 and 3A. RGB value is (194,96,58). Sum of RGB (Red+Green+Blue) = 194+96+58=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C2603A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2603A is #3D9FC5. Grayscale: #797979. Windows color (decimal): -4038598 or 3825858. OLE color: 3825858.
HSL color Cylindrical-coordinate representation of color #C2603A: hue angle of 16.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2603A is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 58 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.24 |
| HSL | 16.76º | 0.54% | 0.49% | - |
| HSV(B) | 16.76º | 0.7% | 0.76% | - |
| XYZ | 27.19 | 20.14 | 6.46 | - |
| YUV | 120.97 | 92.47 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 58 | 0 | 0.51 | 0.70 | 0.24 | 16.76 | 0.54 | 0.49 |
| Hex | C2 | 60 | 3A | 0 | 33 | 46 | 18 | 11 | 36 | 31 |
| Octal | 302 | 140 | 72 | 0 | 63 | 106 | 30 | 21 | 66 | 61 |
| Binary | 11000010 | 1100000 | 111010 | 0 | 110011 | 1000110 | 11000 | 10001 | 110110 | 110001 |
Color Harmonies of #C2603A
Complementary color
Monochromatic Colors of #C2603A
Black with #C2603A
Text Example
Text Example
White with #C2603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2603A; }
p { color: rgb(194,96,58); }
H1.HeaderClassName
{
color: #C2603A;
}
.AnyTagClassName
{
color: #C2603A;
}
</style>
background-color css
<style>
a { background-color: #C2603A; }
a { background-color: rgb(194,96,58); }
div.DivClassName
{
background-color: #C2603A;
}
.BgClassName
{
background-color: #C2603A;
}
</style>
border-color css
<style>
span { border-color: #C2603A; }
span { border-color: rgb(194,96,58); }
td.TdClassName
{
border-color: #C2603A;
}
.TagClassName
{
border-color: #C2603A;
}
</style>