Shades of Ecstasy #CC5B3C
Tints of Ecstasy #CC5B3C
RGB
CMYK
RGB Variations
Color information
#CC5B3C (or 0xCC5B3C) is known color: Ecstasy. HEX triplet: CC, 5B and 3C. RGB value is (204,91,60). Sum of RGB (Red+Green+Blue) = 204+91+60=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B3C is #33A4C3. Grayscale: #797979. Windows color (decimal): -3384516 or 3955660. OLE color: 3955660.
HSL color Cylindrical-coordinate representation of color #CC5B3C: hue angle of 12.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC5B3C is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 60 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.2 |
| HSL | 12.92º | 0.59% | 0.52% | - |
| HSV(B) | 12.92º | 0.71% | 0.8% | - |
| XYZ | 29.46 | 20.65 | 6.71 | - |
| YUV | 121.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 60 | 0 | 0.55 | 0.71 | 0.2 | 12.92 | 0.59 | 0.52 |
| Hex | CC | 5B | 3C | 0 | 37 | 47 | 14 | D | 3B | 34 |
| Octal | 314 | 133 | 74 | 0 | 67 | 107 | 24 | 15 | 73 | 64 |
| Binary | 11001100 | 1011011 | 111100 | 0 | 110111 | 1000111 | 10100 | 1101 | 111011 | 110100 |
Color Harmonies of #CC5B3C
Complementary color
Monochromatic Colors of #CC5B3C
Black with #CC5B3C
Text Example
Text Example
White with #CC5B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B3C; }
p { color: rgb(204,91,60); }
H1.HeaderClassName
{
color: #CC5B3C;
}
.AnyTagClassName
{
color: #CC5B3C;
}
</style>
background-color css
<style>
a { background-color: #CC5B3C; }
a { background-color: rgb(204,91,60); }
div.DivClassName
{
background-color: #CC5B3C;
}
.BgClassName
{
background-color: #CC5B3C;
}
</style>
border-color css
<style>
span { border-color: #CC5B3C; }
span { border-color: rgb(204,91,60); }
td.TdClassName
{
border-color: #CC5B3C;
}
.TagClassName
{
border-color: #CC5B3C;
}
</style>