Shades of Ecstasy #CA5D39
Tints of Ecstasy #CA5D39
RGB
CMYK
RGB Variations
Color information
#CA5D39 (or 0xCA5D39) is known color: Ecstasy. HEX triplet: CA, 5D and 39. RGB value is (202,93,57). Sum of RGB (Red+Green+Blue) = 202+93+57=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D39 is #35A2C6. Grayscale: #797979. Windows color (decimal): -3515079 or 3759562. OLE color: 3759562.
HSL color Cylindrical-coordinate representation of color #CA5D39: hue angle of 14.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA5D39 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 57 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.21 |
| HSL | 14.9º | 0.58% | 0.51% | - |
| HSV(B) | 14.9º | 0.72% | 0.79% | - |
| XYZ | 29.01 | 20.68 | 6.33 | - |
| YUV | 121.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 57 | 0 | 0.54 | 0.72 | 0.21 | 14.9 | 0.58 | 0.51 |
| Hex | CA | 5D | 39 | 0 | 36 | 48 | 15 | F | 3A | 33 |
| Octal | 312 | 135 | 71 | 0 | 66 | 110 | 25 | 17 | 72 | 63 |
| Binary | 11001010 | 1011101 | 111001 | 0 | 110110 | 1001000 | 10101 | 1111 | 111010 | 110011 |
Color Harmonies of #CA5D39
Complementary color
Monochromatic Colors of #CA5D39
Black with #CA5D39
Text Example
Text Example
White with #CA5D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D39; }
p { color: rgb(202,93,57); }
H1.HeaderClassName
{
color: #CA5D39;
}
.AnyTagClassName
{
color: #CA5D39;
}
</style>
background-color css
<style>
a { background-color: #CA5D39; }
a { background-color: rgb(202,93,57); }
div.DivClassName
{
background-color: #CA5D39;
}
.BgClassName
{
background-color: #CA5D39;
}
</style>
border-color css
<style>
span { border-color: #CA5D39; }
span { border-color: rgb(202,93,57); }
td.TdClassName
{
border-color: #CA5D39;
}
.TagClassName
{
border-color: #CA5D39;
}
</style>