Shades of Ecstasy #CA6443
Tints of Ecstasy #CA6443
RGB
CMYK
RGB Variations
Color information
#CA6443 (or 0xCA6443) is known color: Ecstasy. HEX triplet: CA, 64 and 43. RGB value is (202,100,67). Sum of RGB (Red+Green+Blue) = 202+100+67=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6443 is #359BBC. Grayscale: #7E7E7E. Windows color (decimal): -3513277 or 4416714. OLE color: 4416714.
HSL color Cylindrical-coordinate representation of color #CA6443: hue angle of 14.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA6443 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 67 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.21 |
| HSL | 14.67º | 0.56% | 0.53% | - |
| HSV(B) | 14.67º | 0.67% | 0.79% | - |
| XYZ | 29.93 | 22.08 | 7.99 | - |
| YUV | 126.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 67 | 0 | 0.50 | 0.67 | 0.21 | 14.67 | 0.56 | 0.53 |
| Hex | CA | 64 | 43 | 0 | 32 | 43 | 15 | F | 38 | 35 |
| Octal | 312 | 144 | 103 | 0 | 62 | 103 | 25 | 17 | 70 | 65 |
| Binary | 11001010 | 1100100 | 1000011 | 0 | 110010 | 1000011 | 10101 | 1111 | 111000 | 110101 |
Color Harmonies of #CA6443
Complementary color
Monochromatic Colors of #CA6443
Black with #CA6443
Text Example
Text Example
White with #CA6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6443; }
p { color: rgb(202,100,67); }
H1.HeaderClassName
{
color: #CA6443;
}
.AnyTagClassName
{
color: #CA6443;
}
</style>
background-color css
<style>
a { background-color: #CA6443; }
a { background-color: rgb(202,100,67); }
div.DivClassName
{
background-color: #CA6443;
}
.BgClassName
{
background-color: #CA6443;
}
</style>
border-color css
<style>
span { border-color: #CA6443; }
span { border-color: rgb(202,100,67); }
td.TdClassName
{
border-color: #CA6443;
}
.TagClassName
{
border-color: #CA6443;
}
</style>