Shades of Ecstasy #CC6241
Tints of Ecstasy #CC6241
RGB
CMYK
RGB Variations
Color information
#CC6241 (or 0xCC6241) is known color: Ecstasy. HEX triplet: CC, 62 and 41. RGB value is (204,98,65). Sum of RGB (Red+Green+Blue) = 204+98+65=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6241 is #339DBE. Grayscale: #7E7E7E. Windows color (decimal): -3382719 or 4285132. OLE color: 4285132.
HSL color Cylindrical-coordinate representation of color #CC6241: hue angle of 14.24º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6241 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 65 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.2 |
| HSL | 14.24º | 0.58% | 0.53% | - |
| HSV(B) | 14.24º | 0.68% | 0.8% | - |
| XYZ | 30.22 | 21.95 | 7.65 | - |
| YUV | 125.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 65 | 0 | 0.52 | 0.68 | 0.2 | 14.24 | 0.58 | 0.53 |
| Hex | CC | 62 | 41 | 0 | 34 | 44 | 14 | E | 3A | 35 |
| Octal | 314 | 142 | 101 | 0 | 64 | 104 | 24 | 16 | 72 | 65 |
| Binary | 11001100 | 1100010 | 1000001 | 0 | 110100 | 1000100 | 10100 | 1110 | 111010 | 110101 |
Color Harmonies of #CC6241
Complementary color
Monochromatic Colors of #CC6241
Black with #CC6241
Text Example
Text Example
White with #CC6241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6241; }
p { color: rgb(204,98,65); }
H1.HeaderClassName
{
color: #CC6241;
}
.AnyTagClassName
{
color: #CC6241;
}
</style>
background-color css
<style>
a { background-color: #CC6241; }
a { background-color: rgb(204,98,65); }
div.DivClassName
{
background-color: #CC6241;
}
.BgClassName
{
background-color: #CC6241;
}
</style>
border-color css
<style>
span { border-color: #CC6241; }
span { border-color: rgb(204,98,65); }
td.TdClassName
{
border-color: #CC6241;
}
.TagClassName
{
border-color: #CC6241;
}
</style>