Shades of Ecstasy #CC5C39
Tints of Ecstasy #CC5C39
RGB
CMYK
RGB Variations
Color information
#CC5C39 (or 0xCC5C39) is known color: Ecstasy. HEX triplet: CC, 5C and 39. RGB value is (204,92,57). Sum of RGB (Red+Green+Blue) = 204+92+57=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C39 is #33A3C6. Grayscale: #797979. Windows color (decimal): -3384263 or 3759308. OLE color: 3759308.
HSL color Cylindrical-coordinate representation of color #CC5C39: hue angle of 14.29º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC5C39 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 57 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.2 |
| HSL | 14.29º | 0.59% | 0.51% | - |
| HSV(B) | 14.29º | 0.72% | 0.8% | - |
| XYZ | 29.47 | 20.79 | 6.33 | - |
| YUV | 121.5 | 91.61 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 57 | 0 | 0.55 | 0.72 | 0.2 | 14.29 | 0.59 | 0.51 |
| Hex | CC | 5C | 39 | 0 | 37 | 48 | 14 | E | 3B | 33 |
| Octal | 314 | 134 | 71 | 0 | 67 | 110 | 24 | 16 | 73 | 63 |
| Binary | 11001100 | 1011100 | 111001 | 0 | 110111 | 1001000 | 10100 | 1110 | 111011 | 110011 |
Color Harmonies of #CC5C39
Complementary color
Monochromatic Colors of #CC5C39
Black with #CC5C39
Text Example
Text Example
White with #CC5C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C39; }
p { color: rgb(204,92,57); }
H1.HeaderClassName
{
color: #CC5C39;
}
.AnyTagClassName
{
color: #CC5C39;
}
</style>
background-color css
<style>
a { background-color: #CC5C39; }
a { background-color: rgb(204,92,57); }
div.DivClassName
{
background-color: #CC5C39;
}
.BgClassName
{
background-color: #CC5C39;
}
</style>
border-color css
<style>
span { border-color: #CC5C39; }
span { border-color: rgb(204,92,57); }
td.TdClassName
{
border-color: #CC5C39;
}
.TagClassName
{
border-color: #CC5C39;
}
</style>