Shades of Ecstasy #CA6331
Tints of Ecstasy #CA6331
RGB
CMYK
RGB Variations
Color information
#CA6331 (or 0xCA6331) is known color: Ecstasy. HEX triplet: CA, 63 and 31. RGB value is (202,99,49). Sum of RGB (Red+Green+Blue) = 202+99+49=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6331 is #359CCE. Grayscale: #7C7C7C. Windows color (decimal): -3513551 or 3236810. OLE color: 3236810.
HSL color Cylindrical-coordinate representation of color #CA6331: hue angle of 19.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA6331 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 49 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.21 |
| HSL | 19.61º | 0.61% | 0.49% | - |
| HSV(B) | 19.61º | 0.76% | 0.79% | - |
| XYZ | 29.37 | 21.7 | 5.55 | - |
| YUV | 124.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 49 | 0 | 0.51 | 0.76 | 0.21 | 19.61 | 0.61 | 0.49 |
| Hex | CA | 63 | 31 | 0 | 33 | 4C | 15 | 14 | 3D | 31 |
| Octal | 312 | 143 | 61 | 0 | 63 | 114 | 25 | 24 | 75 | 61 |
| Binary | 11001010 | 1100011 | 110001 | 0 | 110011 | 1001100 | 10101 | 10100 | 111101 | 110001 |
Color Harmonies of #CA6331
Complementary color
Monochromatic Colors of #CA6331
Black with #CA6331
Text Example
Text Example
White with #CA6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6331; }
p { color: rgb(202,99,49); }
H1.HeaderClassName
{
color: #CA6331;
}
.AnyTagClassName
{
color: #CA6331;
}
</style>
background-color css
<style>
a { background-color: #CA6331; }
a { background-color: rgb(202,99,49); }
div.DivClassName
{
background-color: #CA6331;
}
.BgClassName
{
background-color: #CA6331;
}
</style>
border-color css
<style>
span { border-color: #CA6331; }
span { border-color: rgb(202,99,49); }
td.TdClassName
{
border-color: #CA6331;
}
.TagClassName
{
border-color: #CA6331;
}
</style>