Shades of Ecstasy #C2603F
Tints of Ecstasy #C2603F
RGB
CMYK
RGB Variations
Color information
#C2603F (or 0xC2603F) is known color: Ecstasy. HEX triplet: C2, 60 and 3F. RGB value is (194,96,63). Sum of RGB (Red+Green+Blue) = 194+96+63=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2603F is #3D9FC0. Grayscale: #797979. Windows color (decimal): -4038593 or 4153538. OLE color: 4153538.
HSL color Cylindrical-coordinate representation of color #C2603F: hue angle of 15.11º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2603F is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 63 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.24 |
| HSL | 15.11º | 0.52% | 0.5% | - |
| HSV(B) | 15.11º | 0.68% | 0.76% | - |
| XYZ | 27.33 | 20.19 | 7.16 | - |
| YUV | 121.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 63 | 0 | 0.51 | 0.68 | 0.24 | 15.11 | 0.52 | 0.5 |
| Hex | C2 | 60 | 3F | 0 | 33 | 44 | 18 | F | 34 | 32 |
| Octal | 302 | 140 | 77 | 0 | 63 | 104 | 30 | 17 | 64 | 62 |
| Binary | 11000010 | 1100000 | 111111 | 0 | 110011 | 1000100 | 11000 | 1111 | 110100 | 110010 |
Color Harmonies of #C2603F
Complementary color
Monochromatic Colors of #C2603F
Black with #C2603F
Text Example
Text Example
White with #C2603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2603F; }
p { color: rgb(194,96,63); }
H1.HeaderClassName
{
color: #C2603F;
}
.AnyTagClassName
{
color: #C2603F;
}
</style>
background-color css
<style>
a { background-color: #C2603F; }
a { background-color: rgb(194,96,63); }
div.DivClassName
{
background-color: #C2603F;
}
.BgClassName
{
background-color: #C2603F;
}
</style>
border-color css
<style>
span { border-color: #C2603F; }
span { border-color: rgb(194,96,63); }
td.TdClassName
{
border-color: #C2603F;
}
.TagClassName
{
border-color: #C2603F;
}
</style>