Shades of Ecstasy #CC6543
Tints of Ecstasy #CC6543
RGB
CMYK
RGB Variations
Color information
#CC6543 (or 0xCC6543) is known color: Ecstasy. HEX triplet: CC, 65 and 43. RGB value is (204,101,67). Sum of RGB (Red+Green+Blue) = 204+101+67=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6543 is #339ABC. Grayscale: #808080. Windows color (decimal): -3381949 or 4416972. OLE color: 4416972.
HSL color Cylindrical-coordinate representation of color #CC6543: hue angle of 14.89º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC6543 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 67 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.2 |
| HSL | 14.89º | 0.57% | 0.53% | - |
| HSV(B) | 14.89º | 0.67% | 0.8% | - |
| XYZ | 30.57 | 22.55 | 8.05 | - |
| YUV | 127.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 67 | 0 | 0.50 | 0.67 | 0.2 | 14.89 | 0.57 | 0.53 |
| Hex | CC | 65 | 43 | 0 | 32 | 43 | 14 | F | 39 | 35 |
| Octal | 314 | 145 | 103 | 0 | 62 | 103 | 24 | 17 | 71 | 65 |
| Binary | 11001100 | 1100101 | 1000011 | 0 | 110010 | 1000011 | 10100 | 1111 | 111001 | 110101 |
Color Harmonies of #CC6543
Complementary color
Monochromatic Colors of #CC6543
Black with #CC6543
Text Example
Text Example
White with #CC6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6543; }
p { color: rgb(204,101,67); }
H1.HeaderClassName
{
color: #CC6543;
}
.AnyTagClassName
{
color: #CC6543;
}
</style>
background-color css
<style>
a { background-color: #CC6543; }
a { background-color: rgb(204,101,67); }
div.DivClassName
{
background-color: #CC6543;
}
.BgClassName
{
background-color: #CC6543;
}
</style>
border-color css
<style>
span { border-color: #CC6543; }
span { border-color: rgb(204,101,67); }
td.TdClassName
{
border-color: #CC6543;
}
.TagClassName
{
border-color: #CC6543;
}
</style>