Shades of Ecstasy #CA5D3C
Tints of Ecstasy #CA5D3C
RGB
CMYK
RGB Variations
Color information
#CA5D3C (or 0xCA5D3C) is known color: Ecstasy. HEX triplet: CA, 5D and 3C. RGB value is (202,93,60). Sum of RGB (Red+Green+Blue) = 202+93+60=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D3C is #35A2C3. Grayscale: #7A7A7A. Windows color (decimal): -3515076 or 3956170. OLE color: 3956170.
HSL color Cylindrical-coordinate representation of color #CA5D3C: hue angle of 13.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA5D3C is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 60 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.21 |
| HSL | 13.94º | 0.57% | 0.51% | - |
| HSV(B) | 13.94º | 0.7% | 0.79% | - |
| XYZ | 29.09 | 20.71 | 6.74 | - |
| YUV | 121.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 60 | 0 | 0.54 | 0.70 | 0.21 | 13.94 | 0.57 | 0.51 |
| Hex | CA | 5D | 3C | 0 | 36 | 46 | 15 | E | 39 | 33 |
| Octal | 312 | 135 | 74 | 0 | 66 | 106 | 25 | 16 | 71 | 63 |
| Binary | 11001010 | 1011101 | 111100 | 0 | 110110 | 1000110 | 10101 | 1110 | 111001 | 110011 |
Color Harmonies of #CA5D3C
Complementary color
Monochromatic Colors of #CA5D3C
Black with #CA5D3C
Text Example
Text Example
White with #CA5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5D3C; }
p { color: rgb(202,93,60); }
H1.HeaderClassName
{
color: #CA5D3C;
}
.AnyTagClassName
{
color: #CA5D3C;
}
</style>
background-color css
<style>
a { background-color: #CA5D3C; }
a { background-color: rgb(202,93,60); }
div.DivClassName
{
background-color: #CA5D3C;
}
.BgClassName
{
background-color: #CA5D3C;
}
</style>
border-color css
<style>
span { border-color: #CA5D3C; }
span { border-color: rgb(202,93,60); }
td.TdClassName
{
border-color: #CA5D3C;
}
.TagClassName
{
border-color: #CA5D3C;
}
</style>