Shades of Lily #CA90B1
Tints of Lily #CA90B1
RGB
CMYK
RGB Variations
Color information
#CA90B1 (or 0xCA90B1) is known color: Lily. HEX triplet: CA, 90 and B1. RGB value is (202,144,177). Sum of RGB (Red+Green+Blue) = 202+144+177=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90B1 is #356F4E. Grayscale: #A5A5A5. Windows color (decimal): -3501903 or 11636938. OLE color: 11636938.
HSL color Cylindrical-coordinate representation of color #CA90B1: hue angle of 325.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90B1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 177 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.21 |
| HSL | 325.86º | 0.35% | 0.68% | - |
| HSV(B) | 325.86º | 0.29% | 0.79% | - |
| XYZ | 42.27 | 35.68 | 46.25 | - |
| YUV | 165.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 177 | 0 | 0.29 | 0.12 | 0.21 | 325.86 | 0.35 | 0.68 |
| Hex | CA | 90 | B1 | 0 | 1D | C | 15 | 146 | 23 | 44 |
| Octal | 312 | 220 | 261 | 0 | 35 | 14 | 25 | 506 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10110001 | 0 | 11101 | 1100 | 10101 | 101000110 | 100011 | 1000100 |
Color Harmonies of #CA90B1
Complementary color
Monochromatic Colors of #CA90B1
Black with #CA90B1
Text Example
Text Example
White with #CA90B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90B1; }
p { color: rgb(202,144,177); }
H1.HeaderClassName
{
color: #CA90B1;
}
.AnyTagClassName
{
color: #CA90B1;
}
</style>
background-color css
<style>
a { background-color: #CA90B1; }
a { background-color: rgb(202,144,177); }
div.DivClassName
{
background-color: #CA90B1;
}
.BgClassName
{
background-color: #CA90B1;
}
</style>
border-color css
<style>
span { border-color: #CA90B1; }
span { border-color: rgb(202,144,177); }
td.TdClassName
{
border-color: #CA90B1;
}
.TagClassName
{
border-color: #CA90B1;
}
</style>