Shades of Lily #CA90B6
Tints of Lily #CA90B6
RGB
CMYK
RGB Variations
Color information
#CA90B6 (or 0xCA90B6) is known color: Lily. HEX triplet: CA, 90 and B6. RGB value is (202,144,182). Sum of RGB (Red+Green+Blue) = 202+144+182=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90B6 is #356F49. Grayscale: #A5A5A5. Windows color (decimal): -3501898 or 11964618. OLE color: 11964618.
HSL color Cylindrical-coordinate representation of color #CA90B6: hue angle of 320.69º 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 #CA90B6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 182 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.21 |
| HSL | 320.69º | 0.35% | 0.68% | - |
| HSV(B) | 320.69º | 0.29% | 0.79% | - |
| XYZ | 42.77 | 35.88 | 48.93 | - |
| YUV | 165.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 182 | 0 | 0.29 | 0.10 | 0.21 | 320.69 | 0.35 | 0.68 |
| Hex | CA | 90 | B6 | 0 | 1D | A | 15 | 141 | 23 | 44 |
| Octal | 312 | 220 | 266 | 0 | 35 | 12 | 25 | 501 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10110110 | 0 | 11101 | 1010 | 10101 | 101000001 | 100011 | 1000100 |
Color Harmonies of #CA90B6
Complementary color
Monochromatic Colors of #CA90B6
Black with #CA90B6
Text Example
Text Example
White with #CA90B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90B6; }
p { color: rgb(202,144,182); }
H1.HeaderClassName
{
color: #CA90B6;
}
.AnyTagClassName
{
color: #CA90B6;
}
</style>
background-color css
<style>
a { background-color: #CA90B6; }
a { background-color: rgb(202,144,182); }
div.DivClassName
{
background-color: #CA90B6;
}
.BgClassName
{
background-color: #CA90B6;
}
</style>
border-color css
<style>
span { border-color: #CA90B6; }
span { border-color: rgb(202,144,182); }
td.TdClassName
{
border-color: #CA90B6;
}
.TagClassName
{
border-color: #CA90B6;
}
</style>