Shades of Lily #CAA1AF
Tints of Lily #CAA1AF
RGB
CMYK
RGB Variations
Color information
#CAA1AF (or 0xCAA1AF) is known color: Lily. HEX triplet: CA, A1 and AF. RGB value is (202,161,175). Sum of RGB (Red+Green+Blue) = 202+161+175=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA1AF is #355E50. Grayscale: #AEAEAE. Windows color (decimal): -3497553 or 11510218. OLE color: 11510218.
HSL color Cylindrical-coordinate representation of color #CAA1AF: hue angle of 339.51º 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 #CAA1AF is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 175 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.21 |
| HSL | 339.51º | 0.28% | 0.71% | - |
| HSV(B) | 339.51º | 0.2% | 0.79% | - |
| XYZ | 44.84 | 41.14 | 46.14 | - |
| YUV | 174.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 175 | 0 | 0.20 | 0.13 | 0.21 | 339.51 | 0.28 | 0.71 |
| Hex | CA | A1 | AF | 0 | 14 | D | 15 | 154 | 1C | 47 |
| Octal | 312 | 241 | 257 | 0 | 24 | 15 | 25 | 524 | 34 | 107 |
| Binary | 11001010 | 10100001 | 10101111 | 0 | 10100 | 1101 | 10101 | 101010100 | 11100 | 1000111 |
Color Harmonies of #CAA1AF
Complementary color
Monochromatic Colors of #CAA1AF
Black with #CAA1AF
Text Example
Text Example
White with #CAA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1AF; }
p { color: rgb(202,161,175); }
H1.HeaderClassName
{
color: #CAA1AF;
}
.AnyTagClassName
{
color: #CAA1AF;
}
</style>
background-color css
<style>
a { background-color: #CAA1AF; }
a { background-color: rgb(202,161,175); }
div.DivClassName
{
background-color: #CAA1AF;
}
.BgClassName
{
background-color: #CAA1AF;
}
</style>
border-color css
<style>
span { border-color: #CAA1AF; }
span { border-color: rgb(202,161,175); }
td.TdClassName
{
border-color: #CAA1AF;
}
.TagClassName
{
border-color: #CAA1AF;
}
</style>