Shades of Lily #CA9AB5
Tints of Lily #CA9AB5
RGB
CMYK
RGB Variations
Color information
#CA9AB5 (or 0xCA9AB5) is known color: Lily. HEX triplet: CA, 9A and B5. RGB value is (202,154,181). Sum of RGB (Red+Green+Blue) = 202+154+181=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AB5 is #35654A. Grayscale: #ABABAB. Windows color (decimal): -3499339 or 11901642. OLE color: 11901642.
HSL color Cylindrical-coordinate representation of color #CA9AB5: hue angle of 326.25º 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 #CA9AB5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 181 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.21 |
| HSL | 326.25º | 0.31% | 0.7% | - |
| HSV(B) | 326.25º | 0.24% | 0.79% | - |
| XYZ | 44.25 | 39 | 48.91 | - |
| YUV | 171.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 181 | 0 | 0.24 | 0.10 | 0.21 | 326.25 | 0.31 | 0.7 |
| Hex | CA | 9A | B5 | 0 | 18 | A | 15 | 146 | 1F | 46 |
| Octal | 312 | 232 | 265 | 0 | 30 | 12 | 25 | 506 | 37 | 106 |
| Binary | 11001010 | 10011010 | 10110101 | 0 | 11000 | 1010 | 10101 | 101000110 | 11111 | 1000110 |
Color Harmonies of #CA9AB5
Complementary color
Monochromatic Colors of #CA9AB5
Black with #CA9AB5
Text Example
Text Example
White with #CA9AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9AB5; }
p { color: rgb(202,154,181); }
H1.HeaderClassName
{
color: #CA9AB5;
}
.AnyTagClassName
{
color: #CA9AB5;
}
</style>
background-color css
<style>
a { background-color: #CA9AB5; }
a { background-color: rgb(202,154,181); }
div.DivClassName
{
background-color: #CA9AB5;
}
.BgClassName
{
background-color: #CA9AB5;
}
</style>
border-color css
<style>
span { border-color: #CA9AB5; }
span { border-color: rgb(202,154,181); }
td.TdClassName
{
border-color: #CA9AB5;
}
.TagClassName
{
border-color: #CA9AB5;
}
</style>