Shades of Ecstasy #CC603E
Tints of Ecstasy #CC603E
RGB
CMYK
RGB Variations
Color information
#CC603E (or 0xCC603E) is known color: Ecstasy. HEX triplet: CC, 60 and 3E. RGB value is (204,96,62). Sum of RGB (Red+Green+Blue) = 204+96+62=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC603E is #339FC1. Grayscale: #7C7C7C. Windows color (decimal): -3383234 or 4088012. OLE color: 4088012.
HSL color Cylindrical-coordinate representation of color #CC603E: hue angle of 14.37º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC603E is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 62 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.2 |
| HSL | 14.37º | 0.58% | 0.52% | - |
| HSV(B) | 14.37º | 0.7% | 0.8% | - |
| XYZ | 29.95 | 21.55 | 7.14 | - |
| YUV | 124.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 62 | 0 | 0.53 | 0.70 | 0.2 | 14.37 | 0.58 | 0.52 |
| Hex | CC | 60 | 3E | 0 | 35 | 46 | 14 | E | 3A | 34 |
| Octal | 314 | 140 | 76 | 0 | 65 | 106 | 24 | 16 | 72 | 64 |
| Binary | 11001100 | 1100000 | 111110 | 0 | 110101 | 1000110 | 10100 | 1110 | 111010 | 110100 |
Color Harmonies of #CC603E
Complementary color
Monochromatic Colors of #CC603E
Black with #CC603E
Text Example
Text Example
White with #CC603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC603E; }
p { color: rgb(204,96,62); }
H1.HeaderClassName
{
color: #CC603E;
}
.AnyTagClassName
{
color: #CC603E;
}
</style>
background-color css
<style>
a { background-color: #CC603E; }
a { background-color: rgb(204,96,62); }
div.DivClassName
{
background-color: #CC603E;
}
.BgClassName
{
background-color: #CC603E;
}
</style>
border-color css
<style>
span { border-color: #CC603E; }
span { border-color: rgb(204,96,62); }
td.TdClassName
{
border-color: #CC603E;
}
.TagClassName
{
border-color: #CC603E;
}
</style>