Shades of Ecstasy #CC6A37
Tints of Ecstasy #CC6A37
RGB
CMYK
RGB Variations
Color information
#CC6A37 (or 0xCC6A37) is known color: Ecstasy. HEX triplet: CC, 6A and 37. RGB value is (204,106,55). Sum of RGB (Red+Green+Blue) = 204+106+55=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A37 is #3395C8. Grayscale: #818181. Windows color (decimal): -3380681 or 3631820. OLE color: 3631820.
HSL color Cylindrical-coordinate representation of color #CC6A37: hue angle of 20.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC6A37 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 55 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.2 |
| HSL | 20.54º | 0.59% | 0.51% | - |
| HSV(B) | 20.54º | 0.73% | 0.8% | - |
| XYZ | 30.75 | 23.42 | 6.51 | - |
| YUV | 129.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 55 | 0 | 0.48 | 0.73 | 0.2 | 20.54 | 0.59 | 0.51 |
| Hex | CC | 6A | 37 | 0 | 30 | 49 | 14 | 15 | 3B | 33 |
| Octal | 314 | 152 | 67 | 0 | 60 | 111 | 24 | 25 | 73 | 63 |
| Binary | 11001100 | 1101010 | 110111 | 0 | 110000 | 1001001 | 10100 | 10101 | 111011 | 110011 |
Color Harmonies of #CC6A37
Complementary color
Monochromatic Colors of #CC6A37
Black with #CC6A37
Text Example
Text Example
White with #CC6A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A37; }
p { color: rgb(204,106,55); }
H1.HeaderClassName
{
color: #CC6A37;
}
.AnyTagClassName
{
color: #CC6A37;
}
</style>
background-color css
<style>
a { background-color: #CC6A37; }
a { background-color: rgb(204,106,55); }
div.DivClassName
{
background-color: #CC6A37;
}
.BgClassName
{
background-color: #CC6A37;
}
</style>
border-color css
<style>
span { border-color: #CC6A37; }
span { border-color: rgb(204,106,55); }
td.TdClassName
{
border-color: #CC6A37;
}
.TagClassName
{
border-color: #CC6A37;
}
</style>