Shades of Ecstasy #CD653B
Tints of Ecstasy #CD653B
RGB
CMYK
RGB Variations
Color information
#CD653B (or 0xCD653B) is known color: Ecstasy. HEX triplet: CD, 65 and 3B. RGB value is (205,101,59). Sum of RGB (Red+Green+Blue) = 205+101+59=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD653B is #329AC4. Grayscale: #7F7F7F. Windows color (decimal): -3316421 or 3892685. OLE color: 3892685.
HSL color Cylindrical-coordinate representation of color #CD653B: hue angle of 17.26º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD653B is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 59 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.20 |
| HSL | 17.26º | 0.59% | 0.52% | - |
| HSV(B) | 17.26º | 0.71% | 0.8% | - |
| XYZ | 30.62 | 22.6 | 6.89 | - |
| YUV | 127.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 59 | 0 | 0.51 | 0.71 | 0.20 | 17.26 | 0.59 | 0.52 |
| Hex | CD | 65 | 3B | 0 | 33 | 47 | 14 | 11 | 3B | 34 |
| Octal | 315 | 145 | 73 | 0 | 63 | 107 | 24 | 21 | 73 | 64 |
| Binary | 11001101 | 1100101 | 111011 | 0 | 110011 | 1000111 | 10100 | 10001 | 111011 | 110100 |
Color Harmonies of #CD653B
Complementary color
Monochromatic Colors of #CD653B
Black with #CD653B
Text Example
Text Example
White with #CD653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD653B; }
p { color: rgb(205,101,59); }
H1.HeaderClassName
{
color: #CD653B;
}
.AnyTagClassName
{
color: #CD653B;
}
</style>
background-color css
<style>
a { background-color: #CD653B; }
a { background-color: rgb(205,101,59); }
div.DivClassName
{
background-color: #CD653B;
}
.BgClassName
{
background-color: #CD653B;
}
</style>
border-color css
<style>
span { border-color: #CD653B; }
span { border-color: rgb(205,101,59); }
td.TdClassName
{
border-color: #CD653B;
}
.TagClassName
{
border-color: #CD653B;
}
</style>