Shades of Ecstasy #CC6037
Tints of Ecstasy #CC6037
RGB
CMYK
RGB Variations
Color information
#CC6037 (or 0xCC6037) is known color: Ecstasy. HEX triplet: CC, 60 and 37. RGB value is (204,96,55). Sum of RGB (Red+Green+Blue) = 204+96+55=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6037 is #339FC8. Grayscale: #7B7B7B. Windows color (decimal): -3383241 or 3629260. OLE color: 3629260.
HSL color Cylindrical-coordinate representation of color #CC6037: hue angle of 16.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC6037 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 55 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.2 |
| HSL | 16.51º | 0.59% | 0.51% | - |
| HSV(B) | 16.51º | 0.73% | 0.8% | - |
| XYZ | 29.77 | 21.48 | 6.19 | - |
| YUV | 123.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 55 | 0 | 0.53 | 0.73 | 0.2 | 16.51 | 0.59 | 0.51 |
| Hex | CC | 60 | 37 | 0 | 35 | 49 | 14 | 11 | 3B | 33 |
| Octal | 314 | 140 | 67 | 0 | 65 | 111 | 24 | 21 | 73 | 63 |
| Binary | 11001100 | 1100000 | 110111 | 0 | 110101 | 1001001 | 10100 | 10001 | 111011 | 110011 |
Color Harmonies of #CC6037
Complementary color
Monochromatic Colors of #CC6037
Black with #CC6037
Text Example
Text Example
White with #CC6037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6037; }
p { color: rgb(204,96,55); }
H1.HeaderClassName
{
color: #CC6037;
}
.AnyTagClassName
{
color: #CC6037;
}
</style>
background-color css
<style>
a { background-color: #CC6037; }
a { background-color: rgb(204,96,55); }
div.DivClassName
{
background-color: #CC6037;
}
.BgClassName
{
background-color: #CC6037;
}
</style>
border-color css
<style>
span { border-color: #CC6037; }
span { border-color: rgb(204,96,55); }
td.TdClassName
{
border-color: #CC6037;
}
.TagClassName
{
border-color: #CC6037;
}
</style>