Shades of Ecstasy #CD663A
Tints of Ecstasy #CD663A
RGB
CMYK
RGB Variations
Color information
#CD663A (or 0xCD663A) is known color: Ecstasy. HEX triplet: CD, 66 and 3A. RGB value is (205,102,58). Sum of RGB (Red+Green+Blue) = 205+102+58=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD663A is #3299C5. Grayscale: #808080. Windows color (decimal): -3316166 or 3827405. OLE color: 3827405.
HSL color Cylindrical-coordinate representation of color #CD663A: hue angle of 17.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD663A is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 58 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.20 |
| HSL | 17.96º | 0.6% | 0.52% | - |
| HSV(B) | 17.96º | 0.72% | 0.8% | - |
| XYZ | 30.69 | 22.79 | 6.78 | - |
| YUV | 127.78 | 88.62 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 58 | 0 | 0.50 | 0.72 | 0.20 | 17.96 | 0.6 | 0.52 |
| Hex | CD | 66 | 3A | 0 | 32 | 48 | 14 | 12 | 3C | 34 |
| Octal | 315 | 146 | 72 | 0 | 62 | 110 | 24 | 22 | 74 | 64 |
| Binary | 11001101 | 1100110 | 111010 | 0 | 110010 | 1001000 | 10100 | 10010 | 111100 | 110100 |
Color Harmonies of #CD663A
Complementary color
Monochromatic Colors of #CD663A
Black with #CD663A
Text Example
Text Example
White with #CD663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD663A; }
p { color: rgb(205,102,58); }
H1.HeaderClassName
{
color: #CD663A;
}
.AnyTagClassName
{
color: #CD663A;
}
</style>
background-color css
<style>
a { background-color: #CD663A; }
a { background-color: rgb(205,102,58); }
div.DivClassName
{
background-color: #CD663A;
}
.BgClassName
{
background-color: #CD663A;
}
</style>
border-color css
<style>
span { border-color: #CD663A; }
span { border-color: rgb(205,102,58); }
td.TdClassName
{
border-color: #CD663A;
}
.TagClassName
{
border-color: #CD663A;
}
</style>