Shades of Ecstasy #CC663A
Tints of Ecstasy #CC663A
RGB
CMYK
RGB Variations
Color information
#CC663A (or 0xCC663A) is known color: Ecstasy. HEX triplet: CC, 66 and 3A. RGB value is (204,102,58). Sum of RGB (Red+Green+Blue) = 204+102+58=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC663A is #3399C5. Grayscale: #7F7F7F. Windows color (decimal): -3381702 or 3827404. OLE color: 3827404.
HSL color Cylindrical-coordinate representation of color #CC663A: hue angle of 18.08º 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 #CC663A is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 58 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.2 |
| HSL | 18.08º | 0.59% | 0.51% | - |
| HSV(B) | 18.08º | 0.72% | 0.8% | - |
| XYZ | 30.42 | 22.65 | 6.77 | - |
| YUV | 127.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 58 | 0 | 0.5 | 0.72 | 0.2 | 18.08 | 0.59 | 0.51 |
| Hex | CC | 66 | 3A | 0 | 32 | 48 | 14 | 12 | 3B | 33 |
| Octal | 314 | 146 | 72 | 0 | 62 | 110 | 24 | 22 | 73 | 63 |
| Binary | 11001100 | 1100110 | 111010 | 0 | 110010 | 1001000 | 10100 | 10010 | 111011 | 110011 |
Color Harmonies of #CC663A
Complementary color
Monochromatic Colors of #CC663A
Black with #CC663A
Text Example
Text Example
White with #CC663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC663A; }
p { color: rgb(204,102,58); }
H1.HeaderClassName
{
color: #CC663A;
}
.AnyTagClassName
{
color: #CC663A;
}
</style>
background-color css
<style>
a { background-color: #CC663A; }
a { background-color: rgb(204,102,58); }
div.DivClassName
{
background-color: #CC663A;
}
.BgClassName
{
background-color: #CC663A;
}
</style>
border-color css
<style>
span { border-color: #CC663A; }
span { border-color: rgb(204,102,58); }
td.TdClassName
{
border-color: #CC663A;
}
.TagClassName
{
border-color: #CC663A;
}
</style>