Shades of Lily #CA94BA
Tints of Lily #CA94BA
RGB
CMYK
RGB Variations
Color information
#CA94BA (or 0xCA94BA) is known color: Lily. HEX triplet: CA, 94 and BA. RGB value is (202,148,186). Sum of RGB (Red+Green+Blue) = 202+148+186=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94BA is #356B45. Grayscale: #A8A8A8. Windows color (decimal): -3500870 or 12227786. OLE color: 12227786.
HSL color Cylindrical-coordinate representation of color #CA94BA: hue angle of 317.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94BA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 186 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.21 |
| HSL | 317.78º | 0.34% | 0.69% | - |
| HSV(B) | 317.78º | 0.27% | 0.79% | - |
| XYZ | 43.81 | 37.28 | 51.34 | - |
| YUV | 168.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 186 | 0 | 0.27 | 0.08 | 0.21 | 317.78 | 0.34 | 0.69 |
| Hex | CA | 94 | BA | 0 | 1B | 8 | 15 | 13E | 22 | 45 |
| Octal | 312 | 224 | 272 | 0 | 33 | 10 | 25 | 476 | 42 | 105 |
| Binary | 11001010 | 10010100 | 10111010 | 0 | 11011 | 1000 | 10101 | 100111110 | 100010 | 1000101 |
Color Harmonies of #CA94BA
Complementary color
Monochromatic Colors of #CA94BA
Black with #CA94BA
Text Example
Text Example
White with #CA94BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94BA; }
p { color: rgb(202,148,186); }
H1.HeaderClassName
{
color: #CA94BA;
}
.AnyTagClassName
{
color: #CA94BA;
}
</style>
background-color css
<style>
a { background-color: #CA94BA; }
a { background-color: rgb(202,148,186); }
div.DivClassName
{
background-color: #CA94BA;
}
.BgClassName
{
background-color: #CA94BA;
}
</style>
border-color css
<style>
span { border-color: #CA94BA; }
span { border-color: rgb(202,148,186); }
td.TdClassName
{
border-color: #CA94BA;
}
.TagClassName
{
border-color: #CA94BA;
}
</style>