Shades of Ecstasy #CC623F
Tints of Ecstasy #CC623F
RGB
CMYK
RGB Variations
Color information
#CC623F (or 0xCC623F) is known color: Ecstasy. HEX triplet: CC, 62 and 3F. RGB value is (204,98,63). Sum of RGB (Red+Green+Blue) = 204+98+63=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC623F is #339DC0. Grayscale: #7D7D7D. Windows color (decimal): -3382721 or 4154060. OLE color: 4154060.
HSL color Cylindrical-coordinate representation of color #CC623F: hue angle of 14.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC623F is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 63 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.2 |
| HSL | 14.89º | 0.58% | 0.52% | - |
| HSV(B) | 14.89º | 0.69% | 0.8% | - |
| XYZ | 30.17 | 21.93 | 7.35 | - |
| YUV | 125.7 | 92.62 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 63 | 0 | 0.52 | 0.69 | 0.2 | 14.89 | 0.58 | 0.52 |
| Hex | CC | 62 | 3F | 0 | 34 | 45 | 14 | F | 3A | 34 |
| Octal | 314 | 142 | 77 | 0 | 64 | 105 | 24 | 17 | 72 | 64 |
| Binary | 11001100 | 1100010 | 111111 | 0 | 110100 | 1000101 | 10100 | 1111 | 111010 | 110100 |
Color Harmonies of #CC623F
Complementary color
Monochromatic Colors of #CC623F
Black with #CC623F
Text Example
Text Example
White with #CC623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC623F; }
p { color: rgb(204,98,63); }
H1.HeaderClassName
{
color: #CC623F;
}
.AnyTagClassName
{
color: #CC623F;
}
</style>
background-color css
<style>
a { background-color: #CC623F; }
a { background-color: rgb(204,98,63); }
div.DivClassName
{
background-color: #CC623F;
}
.BgClassName
{
background-color: #CC623F;
}
</style>
border-color css
<style>
span { border-color: #CC623F; }
span { border-color: rgb(204,98,63); }
td.TdClassName
{
border-color: #CC623F;
}
.TagClassName
{
border-color: #CC623F;
}
</style>