Shades of Lily #CAA9B3
Tints of Lily #CAA9B3
RGB
CMYK
RGB Variations
Color information
#CAA9B3 (or 0xCAA9B3) is known color: Lily. HEX triplet: CA, A9 and B3. RGB value is (202,169,179). Sum of RGB (Red+Green+Blue) = 202+169+179=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9B3 is #35564C. Grayscale: #B4B4B4. Windows color (decimal): -3495501 or 11774410. OLE color: 11774410.
HSL color Cylindrical-coordinate representation of color #CAA9B3: hue angle of 341.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAA9B3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 179 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.21 |
| HSL | 341.82º | 0.24% | 0.73% | - |
| HSV(B) | 341.82º | 0.16% | 0.79% | - |
| XYZ | 46.68 | 44.19 | 48.72 | - |
| YUV | 180.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 179 | 0 | 0.16 | 0.11 | 0.21 | 341.82 | 0.24 | 0.73 |
| Hex | CA | A9 | B3 | 0 | 10 | B | 15 | 156 | 18 | 49 |
| Octal | 312 | 251 | 263 | 0 | 20 | 13 | 25 | 526 | 30 | 111 |
| Binary | 11001010 | 10101001 | 10110011 | 0 | 10000 | 1011 | 10101 | 101010110 | 11000 | 1001001 |
Color Harmonies of #CAA9B3
Complementary color
Monochromatic Colors of #CAA9B3
Black with #CAA9B3
Text Example
Text Example
White with #CAA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9B3; }
p { color: rgb(202,169,179); }
H1.HeaderClassName
{
color: #CAA9B3;
}
.AnyTagClassName
{
color: #CAA9B3;
}
</style>
background-color css
<style>
a { background-color: #CAA9B3; }
a { background-color: rgb(202,169,179); }
div.DivClassName
{
background-color: #CAA9B3;
}
.BgClassName
{
background-color: #CAA9B3;
}
</style>
border-color css
<style>
span { border-color: #CAA9B3; }
span { border-color: rgb(202,169,179); }
td.TdClassName
{
border-color: #CAA9B3;
}
.TagClassName
{
border-color: #CAA9B3;
}
</style>