Shades of Ecstasy #CD6632
Tints of Ecstasy #CD6632
RGB
CMYK
RGB Variations
Color information
#CD6632 (or 0xCD6632) is known color: Ecstasy. HEX triplet: CD, 66 and 32. RGB value is (205,102,50). Sum of RGB (Red+Green+Blue) = 205+102+50=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6632 is #3299CD. Grayscale: #7F7F7F. Windows color (decimal): -3316174 or 3303117. OLE color: 3303117.
HSL color Cylindrical-coordinate representation of color #CD6632: hue angle of 20.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD6632 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 50 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.20 |
| HSL | 20.13º | 0.61% | 0.5% | - |
| HSV(B) | 20.13º | 0.76% | 0.8% | - |
| XYZ | 30.5 | 22.71 | 5.79 | - |
| YUV | 126.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 50 | 0 | 0.50 | 0.76 | 0.20 | 20.13 | 0.61 | 0.5 |
| Hex | CD | 66 | 32 | 0 | 32 | 4C | 14 | 14 | 3D | 32 |
| Octal | 315 | 146 | 62 | 0 | 62 | 114 | 24 | 24 | 75 | 62 |
| Binary | 11001101 | 1100110 | 110010 | 0 | 110010 | 1001100 | 10100 | 10100 | 111101 | 110010 |
Color Harmonies of #CD6632
Complementary color
Monochromatic Colors of #CD6632
Black with #CD6632
Text Example
Text Example
White with #CD6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6632; }
p { color: rgb(205,102,50); }
H1.HeaderClassName
{
color: #CD6632;
}
.AnyTagClassName
{
color: #CD6632;
}
</style>
background-color css
<style>
a { background-color: #CD6632; }
a { background-color: rgb(205,102,50); }
div.DivClassName
{
background-color: #CD6632;
}
.BgClassName
{
background-color: #CD6632;
}
</style>
border-color css
<style>
span { border-color: #CD6632; }
span { border-color: rgb(205,102,50); }
td.TdClassName
{
border-color: #CD6632;
}
.TagClassName
{
border-color: #CD6632;
}
</style>