Shades of Lily #CA90AE
Tints of Lily #CA90AE
RGB
CMYK
RGB Variations
Color information
#CA90AE (or 0xCA90AE) is known color: Lily. HEX triplet: CA, 90 and AE. RGB value is (202,144,174). Sum of RGB (Red+Green+Blue) = 202+144+174=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA90AE is #356F51. Grayscale: #A4A4A4. Windows color (decimal): -3501906 or 11440330. OLE color: 11440330.
HSL color Cylindrical-coordinate representation of color #CA90AE: hue angle of 328.97º 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 #CA90AE is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 174 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.21 |
| HSL | 328.97º | 0.35% | 0.68% | - |
| HSV(B) | 328.97º | 0.29% | 0.79% | - |
| XYZ | 41.97 | 35.56 | 44.7 | - |
| YUV | 164.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 174 | 0 | 0.29 | 0.14 | 0.21 | 328.97 | 0.35 | 0.68 |
| Hex | CA | 90 | AE | 0 | 1D | E | 15 | 149 | 23 | 44 |
| Octal | 312 | 220 | 256 | 0 | 35 | 16 | 25 | 511 | 43 | 104 |
| Binary | 11001010 | 10010000 | 10101110 | 0 | 11101 | 1110 | 10101 | 101001001 | 100011 | 1000100 |
Color Harmonies of #CA90AE
Complementary color
Monochromatic Colors of #CA90AE
Black with #CA90AE
Text Example
Text Example
White with #CA90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90AE; }
p { color: rgb(202,144,174); }
H1.HeaderClassName
{
color: #CA90AE;
}
.AnyTagClassName
{
color: #CA90AE;
}
</style>
background-color css
<style>
a { background-color: #CA90AE; }
a { background-color: rgb(202,144,174); }
div.DivClassName
{
background-color: #CA90AE;
}
.BgClassName
{
background-color: #CA90AE;
}
</style>
border-color css
<style>
span { border-color: #CA90AE; }
span { border-color: rgb(202,144,174); }
td.TdClassName
{
border-color: #CA90AE;
}
.TagClassName
{
border-color: #CA90AE;
}
</style>