Shades of Ecstasy #CA6330
Tints of Ecstasy #CA6330
RGB
CMYK
RGB Variations
Color information
#CA6330 (or 0xCA6330) is known color: Ecstasy. HEX triplet: CA, 63 and 30. RGB value is (202,99,48). Sum of RGB (Red+Green+Blue) = 202+99+48=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6330 is #359CCF. Grayscale: #7C7C7C. Windows color (decimal): -3513552 or 3171274. OLE color: 3171274.
HSL color Cylindrical-coordinate representation of color #CA6330: hue angle of 19.87º degrees, saturation: 0.62, 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 #CA6330 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 99 | 48 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.21 |
| HSL | 19.87º | 0.62% | 0.49% | - |
| HSV(B) | 19.87º | 0.76% | 0.79% | - |
| XYZ | 29.35 | 21.69 | 5.44 | - |
| YUV | 123.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 99 | 48 | 0 | 0.51 | 0.76 | 0.21 | 19.87 | 0.62 | 0.49 |
| Hex | CA | 63 | 30 | 0 | 33 | 4C | 15 | 14 | 3E | 31 |
| Octal | 312 | 143 | 60 | 0 | 63 | 114 | 25 | 24 | 76 | 61 |
| Binary | 11001010 | 1100011 | 110000 | 0 | 110011 | 1001100 | 10101 | 10100 | 111110 | 110001 |
Color Harmonies of #CA6330
Complementary color
Monochromatic Colors of #CA6330
Black with #CA6330
Text Example
Text Example
White with #CA6330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6330; }
p { color: rgb(202,99,48); }
H1.HeaderClassName
{
color: #CA6330;
}
.AnyTagClassName
{
color: #CA6330;
}
</style>
background-color css
<style>
a { background-color: #CA6330; }
a { background-color: rgb(202,99,48); }
div.DivClassName
{
background-color: #CA6330;
}
.BgClassName
{
background-color: #CA6330;
}
</style>
border-color css
<style>
span { border-color: #CA6330; }
span { border-color: rgb(202,99,48); }
td.TdClassName
{
border-color: #CA6330;
}
.TagClassName
{
border-color: #CA6330;
}
</style>