Shades of Ecstasy #CA6433
Tints of Ecstasy #CA6433
RGB
CMYK
RGB Variations
Color information
#CA6433 (or 0xCA6433) is known color: Ecstasy. HEX triplet: CA, 64 and 33. RGB value is (202,100,51). Sum of RGB (Red+Green+Blue) = 202+100+51=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6433 is #359BCC. Grayscale: #7D7D7D. Windows color (decimal): -3513293 or 3368138. OLE color: 3368138.
HSL color Cylindrical-coordinate representation of color #CA6433: hue angle of 19.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA6433 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 51 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.21 |
| HSL | 19.47º | 0.6% | 0.5% | - |
| HSV(B) | 19.47º | 0.75% | 0.79% | - |
| XYZ | 29.51 | 21.91 | 5.81 | - |
| YUV | 124.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 51 | 0 | 0.50 | 0.75 | 0.21 | 19.47 | 0.6 | 0.5 |
| Hex | CA | 64 | 33 | 0 | 32 | 4B | 15 | 13 | 3C | 32 |
| Octal | 312 | 144 | 63 | 0 | 62 | 113 | 25 | 23 | 74 | 62 |
| Binary | 11001010 | 1100100 | 110011 | 0 | 110010 | 1001011 | 10101 | 10011 | 111100 | 110010 |
Color Harmonies of #CA6433
Complementary color
Monochromatic Colors of #CA6433
Black with #CA6433
Text Example
Text Example
White with #CA6433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6433; }
p { color: rgb(202,100,51); }
H1.HeaderClassName
{
color: #CA6433;
}
.AnyTagClassName
{
color: #CA6433;
}
</style>
background-color css
<style>
a { background-color: #CA6433; }
a { background-color: rgb(202,100,51); }
div.DivClassName
{
background-color: #CA6433;
}
.BgClassName
{
background-color: #CA6433;
}
</style>
border-color css
<style>
span { border-color: #CA6433; }
span { border-color: rgb(202,100,51); }
td.TdClassName
{
border-color: #CA6433;
}
.TagClassName
{
border-color: #CA6433;
}
</style>