Shades of Ecstasy #CD6440
Tints of Ecstasy #CD6440
RGB
CMYK
RGB Variations
Color information
#CD6440 (or 0xCD6440) is known color: Ecstasy. HEX triplet: CD, 64 and 40. RGB value is (205,100,64). Sum of RGB (Red+Green+Blue) = 205+100+64=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6440 is #329BBF. Grayscale: #7F7F7F. Windows color (decimal): -3316672 or 4220109. OLE color: 4220109.
HSL color Cylindrical-coordinate representation of color #CD6440: hue angle of 15.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD6440 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 64 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.20 |
| HSL | 15.32º | 0.59% | 0.53% | - |
| HSV(B) | 15.32º | 0.69% | 0.8% | - |
| XYZ | 30.66 | 22.46 | 7.57 | - |
| YUV | 127.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 64 | 0 | 0.51 | 0.69 | 0.20 | 15.32 | 0.59 | 0.53 |
| Hex | CD | 64 | 40 | 0 | 33 | 45 | 14 | F | 3B | 35 |
| Octal | 315 | 144 | 100 | 0 | 63 | 105 | 24 | 17 | 73 | 65 |
| Binary | 11001101 | 1100100 | 1000000 | 0 | 110011 | 1000101 | 10100 | 1111 | 111011 | 110101 |
Color Harmonies of #CD6440
Complementary color
Monochromatic Colors of #CD6440
Black with #CD6440
Text Example
Text Example
White with #CD6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6440; }
p { color: rgb(205,100,64); }
H1.HeaderClassName
{
color: #CD6440;
}
.AnyTagClassName
{
color: #CD6440;
}
</style>
background-color css
<style>
a { background-color: #CD6440; }
a { background-color: rgb(205,100,64); }
div.DivClassName
{
background-color: #CD6440;
}
.BgClassName
{
background-color: #CD6440;
}
</style>
border-color css
<style>
span { border-color: #CD6440; }
span { border-color: rgb(205,100,64); }
td.TdClassName
{
border-color: #CD6440;
}
.TagClassName
{
border-color: #CD6440;
}
</style>