Shades of Lily #CAA1B1
Tints of Lily #CAA1B1
RGB
CMYK
RGB Variations
Color information
#CAA1B1 (or 0xCAA1B1) is known color: Lily. HEX triplet: CA, A1 and B1. RGB value is (202,161,177). Sum of RGB (Red+Green+Blue) = 202+161+177=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA1B1 is #355E4E. Grayscale: #AFAFAF. Windows color (decimal): -3497551 or 11641290. OLE color: 11641290.
HSL color Cylindrical-coordinate representation of color #CAA1B1: hue angle of 336.59º 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 #CAA1B1 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 177 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.21 |
| HSL | 336.59º | 0.28% | 0.71% | - |
| HSV(B) | 336.59º | 0.2% | 0.79% | - |
| XYZ | 45.04 | 41.22 | 47.18 | - |
| YUV | 175.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 177 | 0 | 0.20 | 0.12 | 0.21 | 336.59 | 0.28 | 0.71 |
| Hex | CA | A1 | B1 | 0 | 14 | C | 15 | 151 | 1C | 47 |
| Octal | 312 | 241 | 261 | 0 | 24 | 14 | 25 | 521 | 34 | 107 |
| Binary | 11001010 | 10100001 | 10110001 | 0 | 10100 | 1100 | 10101 | 101010001 | 11100 | 1000111 |
Color Harmonies of #CAA1B1
Complementary color
Monochromatic Colors of #CAA1B1
Black with #CAA1B1
Text Example
Text Example
White with #CAA1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1B1; }
p { color: rgb(202,161,177); }
H1.HeaderClassName
{
color: #CAA1B1;
}
.AnyTagClassName
{
color: #CAA1B1;
}
</style>
background-color css
<style>
a { background-color: #CAA1B1; }
a { background-color: rgb(202,161,177); }
div.DivClassName
{
background-color: #CAA1B1;
}
.BgClassName
{
background-color: #CAA1B1;
}
</style>
border-color css
<style>
span { border-color: #CAA1B1; }
span { border-color: rgb(202,161,177); }
td.TdClassName
{
border-color: #CAA1B1;
}
.TagClassName
{
border-color: #CAA1B1;
}
</style>