Shades of Lily #CA91BA
Tints of Lily #CA91BA
RGB
CMYK
RGB Variations
Color information
#CA91BA (or 0xCA91BA) is known color: Lily. HEX triplet: CA, 91 and BA. RGB value is (202,145,186). Sum of RGB (Red+Green+Blue) = 202+145+186=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 145 (57.03% from 255 or 27.20% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91BA is #356E45. Grayscale: #A6A6A6. Windows color (decimal): -3501638 or 12227018. OLE color: 12227018.
HSL color Cylindrical-coordinate representation of color #CA91BA: hue angle of 316.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA91BA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 186 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.21 |
| HSL | 316.84º | 0.35% | 0.68% | - |
| HSV(B) | 316.84º | 0.28% | 0.79% | - |
| XYZ | 43.35 | 36.35 | 51.19 | - |
| YUV | 166.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 186 | 0 | 0.28 | 0.08 | 0.21 | 316.84 | 0.35 | 0.68 |
| Hex | CA | 91 | BA | 0 | 1C | 8 | 15 | 13D | 23 | 44 |
| Octal | 312 | 221 | 272 | 0 | 34 | 10 | 25 | 475 | 43 | 104 |
| Binary | 11001010 | 10010001 | 10111010 | 0 | 11100 | 1000 | 10101 | 100111101 | 100011 | 1000100 |
Color Harmonies of #CA91BA
Complementary color
Monochromatic Colors of #CA91BA
Black with #CA91BA
Text Example
Text Example
White with #CA91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91BA; }
p { color: rgb(202,145,186); }
H1.HeaderClassName
{
color: #CA91BA;
}
.AnyTagClassName
{
color: #CA91BA;
}
</style>
background-color css
<style>
a { background-color: #CA91BA; }
a { background-color: rgb(202,145,186); }
div.DivClassName
{
background-color: #CA91BA;
}
.BgClassName
{
background-color: #CA91BA;
}
</style>
border-color css
<style>
span { border-color: #CA91BA; }
span { border-color: rgb(202,145,186); }
td.TdClassName
{
border-color: #CA91BA;
}
.TagClassName
{
border-color: #CA91BA;
}
</style>