Shades of Ecstasy #CD603D
Tints of Ecstasy #CD603D
RGB
CMYK
RGB Variations
Color information
#CD603D (or 0xCD603D) is known color: Ecstasy. HEX triplet: CD, 60 and 3D. RGB value is (205,96,61). Sum of RGB (Red+Green+Blue) = 205+96+61=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD603D is #329FC2. Grayscale: #7C7C7C. Windows color (decimal): -3317699 or 4022477. OLE color: 4022477.
HSL color Cylindrical-coordinate representation of color #CD603D: hue angle of 14.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD603D is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 61 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.20 |
| HSL | 14.58º | 0.59% | 0.52% | - |
| HSV(B) | 14.58º | 0.7% | 0.8% | - |
| XYZ | 30.2 | 21.68 | 7.01 | - |
| YUV | 124.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 61 | 0 | 0.53 | 0.70 | 0.20 | 14.58 | 0.59 | 0.52 |
| Hex | CD | 60 | 3D | 0 | 35 | 46 | 14 | F | 3B | 34 |
| Octal | 315 | 140 | 75 | 0 | 65 | 106 | 24 | 17 | 73 | 64 |
| Binary | 11001101 | 1100000 | 111101 | 0 | 110101 | 1000110 | 10100 | 1111 | 111011 | 110100 |
Color Harmonies of #CD603D
Complementary color
Monochromatic Colors of #CD603D
Black with #CD603D
Text Example
Text Example
White with #CD603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD603D; }
p { color: rgb(205,96,61); }
H1.HeaderClassName
{
color: #CD603D;
}
.AnyTagClassName
{
color: #CD603D;
}
</style>
background-color css
<style>
a { background-color: #CD603D; }
a { background-color: rgb(205,96,61); }
div.DivClassName
{
background-color: #CD603D;
}
.BgClassName
{
background-color: #CD603D;
}
</style>
border-color css
<style>
span { border-color: #CD603D; }
span { border-color: rgb(205,96,61); }
td.TdClassName
{
border-color: #CD603D;
}
.TagClassName
{
border-color: #CD603D;
}
</style>