Shades of Lily #CA9ABC
Tints of Lily #CA9ABC
RGB
CMYK
RGB Variations
Color information
#CA9ABC (or 0xCA9ABC) is known color: Lily. HEX triplet: CA, 9A and BC. RGB value is (202,154,188). Sum of RGB (Red+Green+Blue) = 202+154+188=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ABC is #356543. Grayscale: #ACACAC. Windows color (decimal): -3499332 or 12360394. OLE color: 12360394.
HSL color Cylindrical-coordinate representation of color #CA9ABC: hue angle of 317.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9ABC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 188 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.21 |
| HSL | 317.5º | 0.31% | 0.7% | - |
| HSV(B) | 317.5º | 0.24% | 0.79% | - |
| XYZ | 44.99 | 39.3 | 52.79 | - |
| YUV | 172.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 188 | 0 | 0.24 | 0.07 | 0.21 | 317.5 | 0.31 | 0.7 |
| Hex | CA | 9A | BC | 0 | 18 | 7 | 15 | 13E | 1F | 46 |
| Octal | 312 | 232 | 274 | 0 | 30 | 7 | 25 | 476 | 37 | 106 |
| Binary | 11001010 | 10011010 | 10111100 | 0 | 11000 | 111 | 10101 | 100111110 | 11111 | 1000110 |
Color Harmonies of #CA9ABC
Complementary color
Monochromatic Colors of #CA9ABC
Black with #CA9ABC
Text Example
Text Example
White with #CA9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9ABC; }
p { color: rgb(202,154,188); }
H1.HeaderClassName
{
color: #CA9ABC;
}
.AnyTagClassName
{
color: #CA9ABC;
}
</style>
background-color css
<style>
a { background-color: #CA9ABC; }
a { background-color: rgb(202,154,188); }
div.DivClassName
{
background-color: #CA9ABC;
}
.BgClassName
{
background-color: #CA9ABC;
}
</style>
border-color css
<style>
span { border-color: #CA9ABC; }
span { border-color: rgb(202,154,188); }
td.TdClassName
{
border-color: #CA9ABC;
}
.TagClassName
{
border-color: #CA9ABC;
}
</style>