Shades of Ecstasy #CC6439
Tints of Ecstasy #CC6439
RGB
CMYK
RGB Variations
Color information
#CC6439 (or 0xCC6439) is known color: Ecstasy. HEX triplet: CC, 64 and 39. RGB value is (204,100,57). Sum of RGB (Red+Green+Blue) = 204+100+57=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6439 is #339BC6. Grayscale: #7E7E7E. Windows color (decimal): -3382215 or 3761356. OLE color: 3761356.
HSL color Cylindrical-coordinate representation of color #CC6439: hue angle of 17.55º 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 #CC6439 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 57 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.2 |
| HSL | 17.55º | 0.59% | 0.51% | - |
| HSV(B) | 17.55º | 0.72% | 0.8% | - |
| XYZ | 30.2 | 22.25 | 6.57 | - |
| YUV | 126.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 57 | 0 | 0.51 | 0.72 | 0.2 | 17.55 | 0.59 | 0.51 |
| Hex | CC | 64 | 39 | 0 | 33 | 48 | 14 | 12 | 3B | 33 |
| Octal | 314 | 144 | 71 | 0 | 63 | 110 | 24 | 22 | 73 | 63 |
| Binary | 11001100 | 1100100 | 111001 | 0 | 110011 | 1001000 | 10100 | 10010 | 111011 | 110011 |
Color Harmonies of #CC6439
Complementary color
Monochromatic Colors of #CC6439
Black with #CC6439
Text Example
Text Example
White with #CC6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6439; }
p { color: rgb(204,100,57); }
H1.HeaderClassName
{
color: #CC6439;
}
.AnyTagClassName
{
color: #CC6439;
}
</style>
background-color css
<style>
a { background-color: #CC6439; }
a { background-color: rgb(204,100,57); }
div.DivClassName
{
background-color: #CC6439;
}
.BgClassName
{
background-color: #CC6439;
}
</style>
border-color css
<style>
span { border-color: #CC6439; }
span { border-color: rgb(204,100,57); }
td.TdClassName
{
border-color: #CC6439;
}
.TagClassName
{
border-color: #CC6439;
}
</style>