Shades of Ecstasy #CD6341
Tints of Ecstasy #CD6341
RGB
CMYK
RGB Variations
Color information
#CD6341 (or 0xCD6341) is known color: Ecstasy. HEX triplet: CD, 63 and 41. RGB value is (205,99,65). Sum of RGB (Red+Green+Blue) = 205+99+65=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6341 is #329CBE. Grayscale: #7F7F7F. Windows color (decimal): -3316927 or 4285389. OLE color: 4285389.
HSL color Cylindrical-coordinate representation of color #CD6341: hue angle of 14.57º 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 #CD6341 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 65 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.20 |
| HSL | 14.57º | 0.58% | 0.53% | - |
| HSV(B) | 14.57º | 0.68% | 0.8% | - |
| XYZ | 30.59 | 22.28 | 7.69 | - |
| YUV | 126.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 65 | 0 | 0.52 | 0.68 | 0.20 | 14.57 | 0.58 | 0.53 |
| Hex | CD | 63 | 41 | 0 | 34 | 44 | 14 | F | 3A | 35 |
| Octal | 315 | 143 | 101 | 0 | 64 | 104 | 24 | 17 | 72 | 65 |
| Binary | 11001101 | 1100011 | 1000001 | 0 | 110100 | 1000100 | 10100 | 1111 | 111010 | 110101 |
Color Harmonies of #CD6341
Complementary color
Monochromatic Colors of #CD6341
Black with #CD6341
Text Example
Text Example
White with #CD6341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6341; }
p { color: rgb(205,99,65); }
H1.HeaderClassName
{
color: #CD6341;
}
.AnyTagClassName
{
color: #CD6341;
}
</style>
background-color css
<style>
a { background-color: #CD6341; }
a { background-color: rgb(205,99,65); }
div.DivClassName
{
background-color: #CD6341;
}
.BgClassName
{
background-color: #CD6341;
}
</style>
border-color css
<style>
span { border-color: #CD6341; }
span { border-color: rgb(205,99,65); }
td.TdClassName
{
border-color: #CD6341;
}
.TagClassName
{
border-color: #CD6341;
}
</style>