Shades of Lily #CA8AB9
Tints of Lily #CA8AB9
RGB
CMYK
RGB Variations
Color information
#CA8AB9 (or 0xCA8AB9) is known color: Lily. HEX triplet: CA, 8A and B9. RGB value is (202,138,185). Sum of RGB (Red+Green+Blue) = 202+138+185=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AB9 is #357546. Grayscale: #A2A2A2. Windows color (decimal): -3503431 or 12159690. OLE color: 12159690.
HSL color Cylindrical-coordinate representation of color #CA8AB9: hue angle of 315.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8AB9 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 185 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.21 |
| HSL | 315.94º | 0.38% | 0.67% | - |
| HSV(B) | 315.94º | 0.32% | 0.79% | - |
| XYZ | 42.2 | 34.24 | 50.28 | - |
| YUV | 162.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 185 | 0 | 0.32 | 0.08 | 0.21 | 315.94 | 0.38 | 0.67 |
| Hex | CA | 8A | B9 | 0 | 20 | 8 | 15 | 13C | 26 | 43 |
| Octal | 312 | 212 | 271 | 0 | 40 | 10 | 25 | 474 | 46 | 103 |
| Binary | 11001010 | 10001010 | 10111001 | 0 | 100000 | 1000 | 10101 | 100111100 | 100110 | 1000011 |
Color Harmonies of #CA8AB9
Complementary color
Monochromatic Colors of #CA8AB9
Black with #CA8AB9
Text Example
Text Example
White with #CA8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AB9; }
p { color: rgb(202,138,185); }
H1.HeaderClassName
{
color: #CA8AB9;
}
.AnyTagClassName
{
color: #CA8AB9;
}
</style>
background-color css
<style>
a { background-color: #CA8AB9; }
a { background-color: rgb(202,138,185); }
div.DivClassName
{
background-color: #CA8AB9;
}
.BgClassName
{
background-color: #CA8AB9;
}
</style>
border-color css
<style>
span { border-color: #CA8AB9; }
span { border-color: rgb(202,138,185); }
td.TdClassName
{
border-color: #CA8AB9;
}
.TagClassName
{
border-color: #CA8AB9;
}
</style>