Shades of Ecstasy #CD5D3C
Tints of Ecstasy #CD5D3C
RGB
CMYK
RGB Variations
Color information
#CD5D3C (or 0xCD5D3C) is known color: Ecstasy. HEX triplet: CD, 5D and 3C. RGB value is (205,93,60). Sum of RGB (Red+Green+Blue) = 205+93+60=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D3C is #32A2C3. Grayscale: #7A7A7A. Windows color (decimal): -3318468 or 3956173. OLE color: 3956173.
HSL color Cylindrical-coordinate representation of color #CD5D3C: hue angle of 13.66º 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 #CD5D3C is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 60 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.20 |
| HSL | 13.66º | 0.59% | 0.52% | - |
| HSV(B) | 13.66º | 0.71% | 0.8% | - |
| XYZ | 29.91 | 21.13 | 6.78 | - |
| YUV | 122.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 60 | 0 | 0.55 | 0.71 | 0.20 | 13.66 | 0.59 | 0.52 |
| Hex | CD | 5D | 3C | 0 | 37 | 47 | 14 | E | 3B | 34 |
| Octal | 315 | 135 | 74 | 0 | 67 | 107 | 24 | 16 | 73 | 64 |
| Binary | 11001101 | 1011101 | 111100 | 0 | 110111 | 1000111 | 10100 | 1110 | 111011 | 110100 |
Color Harmonies of #CD5D3C
Complementary color
Monochromatic Colors of #CD5D3C
Black with #CD5D3C
Text Example
Text Example
White with #CD5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D3C; }
p { color: rgb(205,93,60); }
H1.HeaderClassName
{
color: #CD5D3C;
}
.AnyTagClassName
{
color: #CD5D3C;
}
</style>
background-color css
<style>
a { background-color: #CD5D3C; }
a { background-color: rgb(205,93,60); }
div.DivClassName
{
background-color: #CD5D3C;
}
.BgClassName
{
background-color: #CD5D3C;
}
</style>
border-color css
<style>
span { border-color: #CD5D3C; }
span { border-color: rgb(205,93,60); }
td.TdClassName
{
border-color: #CD5D3C;
}
.TagClassName
{
border-color: #CD5D3C;
}
</style>