Shades of Ecstasy #CC5D3B
Tints of Ecstasy #CC5D3B
RGB
CMYK
RGB Variations
Color information
#CC5D3B (or 0xCC5D3B) is known color: Ecstasy. HEX triplet: CC, 5D and 3B. RGB value is (204,93,59). Sum of RGB (Red+Green+Blue) = 204+93+59=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D3B is #33A2C4. Grayscale: #7A7A7A. Windows color (decimal): -3384005 or 3890636. OLE color: 3890636.
HSL color Cylindrical-coordinate representation of color #CC5D3B: hue angle of 14.07º 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 #CC5D3B is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 59 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.2 |
| HSL | 14.07º | 0.59% | 0.52% | - |
| HSV(B) | 14.07º | 0.71% | 0.8% | - |
| XYZ | 29.61 | 20.98 | 6.63 | - |
| YUV | 122.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 59 | 0 | 0.54 | 0.71 | 0.2 | 14.07 | 0.59 | 0.52 |
| Hex | CC | 5D | 3B | 0 | 36 | 47 | 14 | E | 3B | 34 |
| Octal | 314 | 135 | 73 | 0 | 66 | 107 | 24 | 16 | 73 | 64 |
| Binary | 11001100 | 1011101 | 111011 | 0 | 110110 | 1000111 | 10100 | 1110 | 111011 | 110100 |
Color Harmonies of #CC5D3B
Complementary color
Monochromatic Colors of #CC5D3B
Black with #CC5D3B
Text Example
Text Example
White with #CC5D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D3B; }
p { color: rgb(204,93,59); }
H1.HeaderClassName
{
color: #CC5D3B;
}
.AnyTagClassName
{
color: #CC5D3B;
}
</style>
background-color css
<style>
a { background-color: #CC5D3B; }
a { background-color: rgb(204,93,59); }
div.DivClassName
{
background-color: #CC5D3B;
}
.BgClassName
{
background-color: #CC5D3B;
}
</style>
border-color css
<style>
span { border-color: #CC5D3B; }
span { border-color: rgb(204,93,59); }
td.TdClassName
{
border-color: #CC5D3B;
}
.TagClassName
{
border-color: #CC5D3B;
}
</style>