Shades of Lily #CA9BBB
Tints of Lily #CA9BBB
RGB
CMYK
RGB Variations
Color information
#CA9BBB (or 0xCA9BBB) is known color: Lily. HEX triplet: CA, 9B and BB. RGB value is (202,155,187). Sum of RGB (Red+Green+Blue) = 202+155+187=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BBB is #356444. Grayscale: #ACACAC. Windows color (decimal): -3499077 or 12295114. OLE color: 12295114.
HSL color Cylindrical-coordinate representation of color #CA9BBB: hue angle of 319.15º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9BBB is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 187 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.21 |
| HSL | 319.15º | 0.31% | 0.7% | - |
| HSV(B) | 319.15º | 0.23% | 0.79% | - |
| XYZ | 45.05 | 39.59 | 52.28 | - |
| YUV | 172.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 187 | 0 | 0.23 | 0.07 | 0.21 | 319.15 | 0.31 | 0.7 |
| Hex | CA | 9B | BB | 0 | 17 | 7 | 15 | 13F | 1F | 46 |
| Octal | 312 | 233 | 273 | 0 | 27 | 7 | 25 | 477 | 37 | 106 |
| Binary | 11001010 | 10011011 | 10111011 | 0 | 10111 | 111 | 10101 | 100111111 | 11111 | 1000110 |
Color Harmonies of #CA9BBB
Complementary color
Monochromatic Colors of #CA9BBB
Black with #CA9BBB
Text Example
Text Example
White with #CA9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BBB; }
p { color: rgb(202,155,187); }
H1.HeaderClassName
{
color: #CA9BBB;
}
.AnyTagClassName
{
color: #CA9BBB;
}
</style>
background-color css
<style>
a { background-color: #CA9BBB; }
a { background-color: rgb(202,155,187); }
div.DivClassName
{
background-color: #CA9BBB;
}
.BgClassName
{
background-color: #CA9BBB;
}
</style>
border-color css
<style>
span { border-color: #CA9BBB; }
span { border-color: rgb(202,155,187); }
td.TdClassName
{
border-color: #CA9BBB;
}
.TagClassName
{
border-color: #CA9BBB;
}
</style>