Shades of Ecstasy #CC6640
Tints of Ecstasy #CC6640
RGB
CMYK
RGB Variations
Color information
#CC6640 (or 0xCC6640) is known color: Ecstasy. HEX triplet: CC, 66 and 40. RGB value is (204,102,64). Sum of RGB (Red+Green+Blue) = 204+102+64=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6640 is #3399BF. Grayscale: #808080. Windows color (decimal): -3381696 or 4220620. OLE color: 4220620.
HSL color Cylindrical-coordinate representation of color #CC6640: hue angle of 16.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC6640 is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 64 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.2 |
| HSL | 16.29º | 0.58% | 0.53% | - |
| HSV(B) | 16.29º | 0.69% | 0.8% | - |
| XYZ | 30.58 | 22.71 | 7.62 | - |
| YUV | 128.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 64 | 0 | 0.5 | 0.69 | 0.2 | 16.29 | 0.58 | 0.53 |
| Hex | CC | 66 | 40 | 0 | 32 | 45 | 14 | 10 | 3A | 35 |
| Octal | 314 | 146 | 100 | 0 | 62 | 105 | 24 | 20 | 72 | 65 |
| Binary | 11001100 | 1100110 | 1000000 | 0 | 110010 | 1000101 | 10100 | 10000 | 111010 | 110101 |
Color Harmonies of #CC6640
Complementary color
Monochromatic Colors of #CC6640
Black with #CC6640
Text Example
Text Example
White with #CC6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6640; }
p { color: rgb(204,102,64); }
H1.HeaderClassName
{
color: #CC6640;
}
.AnyTagClassName
{
color: #CC6640;
}
</style>
background-color css
<style>
a { background-color: #CC6640; }
a { background-color: rgb(204,102,64); }
div.DivClassName
{
background-color: #CC6640;
}
.BgClassName
{
background-color: #CC6640;
}
</style>
border-color css
<style>
span { border-color: #CC6640; }
span { border-color: rgb(204,102,64); }
td.TdClassName
{
border-color: #CC6640;
}
.TagClassName
{
border-color: #CC6640;
}
</style>