Shades of Ecstasy #CC663E
Tints of Ecstasy #CC663E
RGB
CMYK
RGB Variations
Color information
#CC663E (or 0xCC663E) is known color: Ecstasy. HEX triplet: CC, 66 and 3E. RGB value is (204,102,62). Sum of RGB (Red+Green+Blue) = 204+102+62=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC663E is #3399C1. Grayscale: #808080. Windows color (decimal): -3381698 or 4089548. OLE color: 4089548.
HSL color Cylindrical-coordinate representation of color #CC663E: hue angle of 16.9º 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 #CC663E is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 62 | - |
| CMYK | 0 | 0.5 | 0.70 | 0.2 |
| HSL | 16.9º | 0.58% | 0.52% | - |
| HSV(B) | 16.9º | 0.7% | 0.8% | - |
| XYZ | 30.52 | 22.69 | 7.33 | - |
| YUV | 127.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 62 | 0 | 0.5 | 0.70 | 0.2 | 16.9 | 0.58 | 0.52 |
| Hex | CC | 66 | 3E | 0 | 32 | 46 | 14 | 11 | 3A | 34 |
| Octal | 314 | 146 | 76 | 0 | 62 | 106 | 24 | 21 | 72 | 64 |
| Binary | 11001100 | 1100110 | 111110 | 0 | 110010 | 1000110 | 10100 | 10001 | 111010 | 110100 |
Color Harmonies of #CC663E
Complementary color
Monochromatic Colors of #CC663E
Black with #CC663E
Text Example
Text Example
White with #CC663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC663E; }
p { color: rgb(204,102,62); }
H1.HeaderClassName
{
color: #CC663E;
}
.AnyTagClassName
{
color: #CC663E;
}
</style>
background-color css
<style>
a { background-color: #CC663E; }
a { background-color: rgb(204,102,62); }
div.DivClassName
{
background-color: #CC663E;
}
.BgClassName
{
background-color: #CC663E;
}
</style>
border-color css
<style>
span { border-color: #CC663E; }
span { border-color: rgb(204,102,62); }
td.TdClassName
{
border-color: #CC663E;
}
.TagClassName
{
border-color: #CC663E;
}
</style>