Shades of Ecstasy #CC653F
Tints of Ecstasy #CC653F
RGB
CMYK
RGB Variations
Color information
#CC653F (or 0xCC653F) is known color: Ecstasy. HEX triplet: CC, 65 and 3F. RGB value is (204,101,63). Sum of RGB (Red+Green+Blue) = 204+101+63=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC653F is #339AC0. Grayscale: #7F7F7F. Windows color (decimal): -3381953 or 4154828. OLE color: 4154828.
HSL color Cylindrical-coordinate representation of color #CC653F: hue angle of 16.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC653F is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 63 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.2 |
| HSL | 16.17º | 0.58% | 0.52% | - |
| HSV(B) | 16.17º | 0.69% | 0.8% | - |
| XYZ | 30.45 | 22.5 | 7.44 | - |
| YUV | 127.47 | 91.62 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 63 | 0 | 0.50 | 0.69 | 0.2 | 16.17 | 0.58 | 0.52 |
| Hex | CC | 65 | 3F | 0 | 32 | 45 | 14 | 10 | 3A | 34 |
| Octal | 314 | 145 | 77 | 0 | 62 | 105 | 24 | 20 | 72 | 64 |
| Binary | 11001100 | 1100101 | 111111 | 0 | 110010 | 1000101 | 10100 | 10000 | 111010 | 110100 |
Color Harmonies of #CC653F
Complementary color
Monochromatic Colors of #CC653F
Black with #CC653F
Text Example
Text Example
White with #CC653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC653F; }
p { color: rgb(204,101,63); }
H1.HeaderClassName
{
color: #CC653F;
}
.AnyTagClassName
{
color: #CC653F;
}
</style>
background-color css
<style>
a { background-color: #CC653F; }
a { background-color: rgb(204,101,63); }
div.DivClassName
{
background-color: #CC653F;
}
.BgClassName
{
background-color: #CC653F;
}
</style>
border-color css
<style>
span { border-color: #CC653F; }
span { border-color: rgb(204,101,63); }
td.TdClassName
{
border-color: #CC653F;
}
.TagClassName
{
border-color: #CC653F;
}
</style>