Shades of Lily #CAA1B2
Tints of Lily #CAA1B2
RGB
CMYK
RGB Variations
Color information
#CAA1B2 (or 0xCAA1B2) is known color: Lily. HEX triplet: CA, A1 and B2. RGB value is (202,161,178). Sum of RGB (Red+Green+Blue) = 202+161+178=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA1B2 is #355E4D. Grayscale: #AFAFAF. Windows color (decimal): -3497550 or 11706826. OLE color: 11706826.
HSL color Cylindrical-coordinate representation of color #CAA1B2: hue angle of 335.12º 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 #CAA1B2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 178 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.21 |
| HSL | 335.12º | 0.28% | 0.71% | - |
| HSV(B) | 335.12º | 0.2% | 0.79% | - |
| XYZ | 45.14 | 41.26 | 47.7 | - |
| YUV | 175.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 178 | 0 | 0.20 | 0.12 | 0.21 | 335.12 | 0.28 | 0.71 |
| Hex | CA | A1 | B2 | 0 | 14 | C | 15 | 14F | 1C | 47 |
| Octal | 312 | 241 | 262 | 0 | 24 | 14 | 25 | 517 | 34 | 107 |
| Binary | 11001010 | 10100001 | 10110010 | 0 | 10100 | 1100 | 10101 | 101001111 | 11100 | 1000111 |
Color Harmonies of #CAA1B2
Complementary color
Monochromatic Colors of #CAA1B2
Black with #CAA1B2
Text Example
Text Example
White with #CAA1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1B2; }
p { color: rgb(202,161,178); }
H1.HeaderClassName
{
color: #CAA1B2;
}
.AnyTagClassName
{
color: #CAA1B2;
}
</style>
background-color css
<style>
a { background-color: #CAA1B2; }
a { background-color: rgb(202,161,178); }
div.DivClassName
{
background-color: #CAA1B2;
}
.BgClassName
{
background-color: #CAA1B2;
}
</style>
border-color css
<style>
span { border-color: #CAA1B2; }
span { border-color: rgb(202,161,178); }
td.TdClassName
{
border-color: #CAA1B2;
}
.TagClassName
{
border-color: #CAA1B2;
}
</style>