Shades of Ecstasy #CD6436
Tints of Ecstasy #CD6436
RGB
CMYK
RGB Variations
Color information
#CD6436 (or 0xCD6436) is known color: Ecstasy. HEX triplet: CD, 64 and 36. RGB value is (205,100,54). Sum of RGB (Red+Green+Blue) = 205+100+54=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6436 is #329BC9. Grayscale: #7E7E7E. Windows color (decimal): -3316682 or 3564749. OLE color: 3564749.
HSL color Cylindrical-coordinate representation of color #CD6436: hue angle of 18.28º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD6436 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 54 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.20 |
| HSL | 18.28º | 0.6% | 0.51% | - |
| HSV(B) | 18.28º | 0.74% | 0.8% | - |
| XYZ | 30.4 | 22.36 | 6.2 | - |
| YUV | 126.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 54 | 0 | 0.51 | 0.74 | 0.20 | 18.28 | 0.6 | 0.51 |
| Hex | CD | 64 | 36 | 0 | 33 | 4A | 14 | 12 | 3C | 33 |
| Octal | 315 | 144 | 66 | 0 | 63 | 112 | 24 | 22 | 74 | 63 |
| Binary | 11001101 | 1100100 | 110110 | 0 | 110011 | 1001010 | 10100 | 10010 | 111100 | 110011 |
Color Harmonies of #CD6436
Complementary color
Monochromatic Colors of #CD6436
Black with #CD6436
Text Example
Text Example
White with #CD6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6436; }
p { color: rgb(205,100,54); }
H1.HeaderClassName
{
color: #CD6436;
}
.AnyTagClassName
{
color: #CD6436;
}
</style>
background-color css
<style>
a { background-color: #CD6436; }
a { background-color: rgb(205,100,54); }
div.DivClassName
{
background-color: #CD6436;
}
.BgClassName
{
background-color: #CD6436;
}
</style>
border-color css
<style>
span { border-color: #CD6436; }
span { border-color: rgb(205,100,54); }
td.TdClassName
{
border-color: #CD6436;
}
.TagClassName
{
border-color: #CD6436;
}
</style>