Shades of Ecstasy #CD6542
Tints of Ecstasy #CD6542
RGB
CMYK
RGB Variations
Color information
#CD6542 (or 0xCD6542) is known color: Ecstasy. HEX triplet: CD, 65 and 42. RGB value is (205,101,66). Sum of RGB (Red+Green+Blue) = 205+101+66=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6542 is #329ABD. Grayscale: #808080. Windows color (decimal): -3316414 or 4351437. OLE color: 4351437.
HSL color Cylindrical-coordinate representation of color #CD6542: hue angle of 15.11º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD6542 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 66 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.20 |
| HSL | 15.11º | 0.58% | 0.53% | - |
| HSV(B) | 15.11º | 0.68% | 0.8% | - |
| XYZ | 30.81 | 22.68 | 7.91 | - |
| YUV | 128.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 66 | 0 | 0.51 | 0.68 | 0.20 | 15.11 | 0.58 | 0.53 |
| Hex | CD | 65 | 42 | 0 | 33 | 44 | 14 | F | 3A | 35 |
| Octal | 315 | 145 | 102 | 0 | 63 | 104 | 24 | 17 | 72 | 65 |
| Binary | 11001101 | 1100101 | 1000010 | 0 | 110011 | 1000100 | 10100 | 1111 | 111010 | 110101 |
Color Harmonies of #CD6542
Complementary color
Monochromatic Colors of #CD6542
Black with #CD6542
Text Example
Text Example
White with #CD6542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6542; }
p { color: rgb(205,101,66); }
H1.HeaderClassName
{
color: #CD6542;
}
.AnyTagClassName
{
color: #CD6542;
}
</style>
background-color css
<style>
a { background-color: #CD6542; }
a { background-color: rgb(205,101,66); }
div.DivClassName
{
background-color: #CD6542;
}
.BgClassName
{
background-color: #CD6542;
}
</style>
border-color css
<style>
span { border-color: #CD6542; }
span { border-color: rgb(205,101,66); }
td.TdClassName
{
border-color: #CD6542;
}
.TagClassName
{
border-color: #CD6542;
}
</style>