Shades of Ecstasy #CA653A
Tints of Ecstasy #CA653A
RGB
CMYK
RGB Variations
Color information
#CA653A (or 0xCA653A) is known color: Ecstasy. HEX triplet: CA, 65 and 3A. RGB value is (202,101,58). Sum of RGB (Red+Green+Blue) = 202+101+58=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA653A is #359AC5. Grayscale: #7E7E7E. Windows color (decimal): -3513030 or 3827146. OLE color: 3827146.
HSL color Cylindrical-coordinate representation of color #CA653A: hue angle of 17.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA653A is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 58 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.21 |
| HSL | 17.92º | 0.58% | 0.51% | - |
| HSV(B) | 17.92º | 0.71% | 0.79% | - |
| XYZ | 29.77 | 22.17 | 6.71 | - |
| YUV | 126.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 58 | 0 | 0.50 | 0.71 | 0.21 | 17.92 | 0.58 | 0.51 |
| Hex | CA | 65 | 3A | 0 | 32 | 47 | 15 | 12 | 3A | 33 |
| Octal | 312 | 145 | 72 | 0 | 62 | 107 | 25 | 22 | 72 | 63 |
| Binary | 11001010 | 1100101 | 111010 | 0 | 110010 | 1000111 | 10101 | 10010 | 111010 | 110011 |
Color Harmonies of #CA653A
Complementary color
Monochromatic Colors of #CA653A
Black with #CA653A
Text Example
Text Example
White with #CA653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA653A; }
p { color: rgb(202,101,58); }
H1.HeaderClassName
{
color: #CA653A;
}
.AnyTagClassName
{
color: #CA653A;
}
</style>
background-color css
<style>
a { background-color: #CA653A; }
a { background-color: rgb(202,101,58); }
div.DivClassName
{
background-color: #CA653A;
}
.BgClassName
{
background-color: #CA653A;
}
</style>
border-color css
<style>
span { border-color: #CA653A; }
span { border-color: rgb(202,101,58); }
td.TdClassName
{
border-color: #CA653A;
}
.TagClassName
{
border-color: #CA653A;
}
</style>