Shades of Ecstasy #CC623A
Tints of Ecstasy #CC623A
RGB
CMYK
RGB Variations
Color information
#CC623A (or 0xCC623A) is known color: Ecstasy. HEX triplet: CC, 62 and 3A. RGB value is (204,98,58). Sum of RGB (Red+Green+Blue) = 204+98+58=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC623A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC623A is #339DC5. Grayscale: #7D7D7D. Windows color (decimal): -3382726 or 3826380. OLE color: 3826380.
HSL color Cylindrical-coordinate representation of color #CC623A: hue angle of 16.44º 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 #CC623A is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 58 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.2 |
| HSL | 16.44º | 0.59% | 0.51% | - |
| HSV(B) | 16.44º | 0.72% | 0.8% | - |
| XYZ | 30.03 | 21.88 | 6.64 | - |
| YUV | 125.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 58 | 0 | 0.52 | 0.72 | 0.2 | 16.44 | 0.59 | 0.51 |
| Hex | CC | 62 | 3A | 0 | 34 | 48 | 14 | 10 | 3B | 33 |
| Octal | 314 | 142 | 72 | 0 | 64 | 110 | 24 | 20 | 73 | 63 |
| Binary | 11001100 | 1100010 | 111010 | 0 | 110100 | 1001000 | 10100 | 10000 | 111011 | 110011 |
Color Harmonies of #CC623A
Complementary color
Monochromatic Colors of #CC623A
Black with #CC623A
Text Example
Text Example
White with #CC623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC623A; }
p { color: rgb(204,98,58); }
H1.HeaderClassName
{
color: #CC623A;
}
.AnyTagClassName
{
color: #CC623A;
}
</style>
background-color css
<style>
a { background-color: #CC623A; }
a { background-color: rgb(204,98,58); }
div.DivClassName
{
background-color: #CC623A;
}
.BgClassName
{
background-color: #CC623A;
}
</style>
border-color css
<style>
span { border-color: #CC623A; }
span { border-color: rgb(204,98,58); }
td.TdClassName
{
border-color: #CC623A;
}
.TagClassName
{
border-color: #CC623A;
}
</style>