Shades of Ecstasy #CC623C
Tints of Ecstasy #CC623C
RGB
CMYK
RGB Variations
Color information
#CC623C (or 0xCC623C) is known color: Ecstasy. HEX triplet: CC, 62 and 3C. RGB value is (204,98,60). Sum of RGB (Red+Green+Blue) = 204+98+60=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC623C is #339DC3. Grayscale: #7D7D7D. Windows color (decimal): -3382724 or 3957452. OLE color: 3957452.
HSL color Cylindrical-coordinate representation of color #CC623C: hue angle of 15.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC623C is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 60 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.2 |
| HSL | 15.83º | 0.59% | 0.52% | - |
| HSV(B) | 15.83º | 0.71% | 0.8% | - |
| XYZ | 30.09 | 21.9 | 6.92 | - |
| YUV | 125.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 60 | 0 | 0.52 | 0.71 | 0.2 | 15.83 | 0.59 | 0.52 |
| Hex | CC | 62 | 3C | 0 | 34 | 47 | 14 | 10 | 3B | 34 |
| Octal | 314 | 142 | 74 | 0 | 64 | 107 | 24 | 20 | 73 | 64 |
| Binary | 11001100 | 1100010 | 111100 | 0 | 110100 | 1000111 | 10100 | 10000 | 111011 | 110100 |
Color Harmonies of #CC623C
Complementary color
Monochromatic Colors of #CC623C
Black with #CC623C
Text Example
Text Example
White with #CC623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC623C; }
p { color: rgb(204,98,60); }
H1.HeaderClassName
{
color: #CC623C;
}
.AnyTagClassName
{
color: #CC623C;
}
</style>
background-color css
<style>
a { background-color: #CC623C; }
a { background-color: rgb(204,98,60); }
div.DivClassName
{
background-color: #CC623C;
}
.BgClassName
{
background-color: #CC623C;
}
</style>
border-color css
<style>
span { border-color: #CC623C; }
span { border-color: rgb(204,98,60); }
td.TdClassName
{
border-color: #CC623C;
}
.TagClassName
{
border-color: #CC623C;
}
</style>