Shades of Lily #CAA1BC
Tints of Lily #CAA1BC
RGB
CMYK
RGB Variations
Color information
#CAA1BC (or 0xCAA1BC) is known color: Lily. HEX triplet: CA, A1 and BC. RGB value is (202,161,188). Sum of RGB (Red+Green+Blue) = 202+161+188=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1BC is #355E43. Grayscale: #B0B0B0. Windows color (decimal): -3497540 or 12362186. OLE color: 12362186.
HSL color Cylindrical-coordinate representation of color #CAA1BC: hue angle of 320.49º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAA1BC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 188 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.21 |
| HSL | 320.49º | 0.28% | 0.71% | - |
| HSV(B) | 320.49º | 0.2% | 0.79% | - |
| XYZ | 46.18 | 41.68 | 53.19 | - |
| YUV | 176.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 188 | 0 | 0.20 | 0.07 | 0.21 | 320.49 | 0.28 | 0.71 |
| Hex | CA | A1 | BC | 0 | 14 | 7 | 15 | 140 | 1C | 47 |
| Octal | 312 | 241 | 274 | 0 | 24 | 7 | 25 | 500 | 34 | 107 |
| Binary | 11001010 | 10100001 | 10111100 | 0 | 10100 | 111 | 10101 | 101000000 | 11100 | 1000111 |
Color Harmonies of #CAA1BC
Complementary color
Monochromatic Colors of #CAA1BC
Black with #CAA1BC
Text Example
Text Example
White with #CAA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1BC; }
p { color: rgb(202,161,188); }
H1.HeaderClassName
{
color: #CAA1BC;
}
.AnyTagClassName
{
color: #CAA1BC;
}
</style>
background-color css
<style>
a { background-color: #CAA1BC; }
a { background-color: rgb(202,161,188); }
div.DivClassName
{
background-color: #CAA1BC;
}
.BgClassName
{
background-color: #CAA1BC;
}
</style>
border-color css
<style>
span { border-color: #CAA1BC; }
span { border-color: rgb(202,161,188); }
td.TdClassName
{
border-color: #CAA1BC;
}
.TagClassName
{
border-color: #CAA1BC;
}
</style>