Shades of Ecstasy #CD6136
Tints of Ecstasy #CD6136
RGB
CMYK
RGB Variations
Color information
#CD6136 (or 0xCD6136) is known color: Ecstasy. HEX triplet: CD, 61 and 36. RGB value is (205,97,54). Sum of RGB (Red+Green+Blue) = 205+97+54=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6136 is #329EC9. Grayscale: #7C7C7C. Windows color (decimal): -3317450 or 3563981. OLE color: 3563981.
HSL color Cylindrical-coordinate representation of color #CD6136: hue angle of 17.09º 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 #CD6136 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 97 | 54 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.20 |
| HSL | 17.09º | 0.6% | 0.51% | - |
| HSV(B) | 17.09º | 0.74% | 0.8% | - |
| XYZ | 30.12 | 21.79 | 6.11 | - |
| YUV | 124.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 97 | 54 | 0 | 0.53 | 0.74 | 0.20 | 17.09 | 0.6 | 0.51 |
| Hex | CD | 61 | 36 | 0 | 35 | 4A | 14 | 11 | 3C | 33 |
| Octal | 315 | 141 | 66 | 0 | 65 | 112 | 24 | 21 | 74 | 63 |
| Binary | 11001101 | 1100001 | 110110 | 0 | 110101 | 1001010 | 10100 | 10001 | 111100 | 110011 |
Color Harmonies of #CD6136
Complementary color
Monochromatic Colors of #CD6136
Black with #CD6136
Text Example
Text Example
White with #CD6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6136; }
p { color: rgb(205,97,54); }
H1.HeaderClassName
{
color: #CD6136;
}
.AnyTagClassName
{
color: #CD6136;
}
</style>
background-color css
<style>
a { background-color: #CD6136; }
a { background-color: rgb(205,97,54); }
div.DivClassName
{
background-color: #CD6136;
}
.BgClassName
{
background-color: #CD6136;
}
</style>
border-color css
<style>
span { border-color: #CD6136; }
span { border-color: rgb(205,97,54); }
td.TdClassName
{
border-color: #CD6136;
}
.TagClassName
{
border-color: #CD6136;
}
</style>