Shades of Ecstasy #CA6237
Tints of Ecstasy #CA6237
RGB
CMYK
RGB Variations
Color information
#CA6237 (or 0xCA6237) is known color: Ecstasy. HEX triplet: CA, 62 and 37. RGB value is (202,98,55). Sum of RGB (Red+Green+Blue) = 202+98+55=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6237 is #359DC8. Grayscale: #7C7C7C. Windows color (decimal): -3513801 or 3629770. OLE color: 3629770.
HSL color Cylindrical-coordinate representation of color #CA6237: hue angle of 17.55º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA6237 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 98 | 55 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.21 |
| HSL | 17.55º | 0.58% | 0.5% | - |
| HSV(B) | 17.55º | 0.73% | 0.79% | - |
| XYZ | 29.41 | 21.57 | 6.23 | - |
| YUV | 124.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 98 | 55 | 0 | 0.51 | 0.73 | 0.21 | 17.55 | 0.58 | 0.5 |
| Hex | CA | 62 | 37 | 0 | 33 | 49 | 15 | 12 | 3A | 32 |
| Octal | 312 | 142 | 67 | 0 | 63 | 111 | 25 | 22 | 72 | 62 |
| Binary | 11001010 | 1100010 | 110111 | 0 | 110011 | 1001001 | 10101 | 10010 | 111010 | 110010 |
Color Harmonies of #CA6237
Complementary color
Monochromatic Colors of #CA6237
Black with #CA6237
Text Example
Text Example
White with #CA6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6237; }
p { color: rgb(202,98,55); }
H1.HeaderClassName
{
color: #CA6237;
}
.AnyTagClassName
{
color: #CA6237;
}
</style>
background-color css
<style>
a { background-color: #CA6237; }
a { background-color: rgb(202,98,55); }
div.DivClassName
{
background-color: #CA6237;
}
.BgClassName
{
background-color: #CA6237;
}
</style>
border-color css
<style>
span { border-color: #CA6237; }
span { border-color: rgb(202,98,55); }
td.TdClassName
{
border-color: #CA6237;
}
.TagClassName
{
border-color: #CA6237;
}
</style>