Shades of Lily #CAA6BA
Tints of Lily #CAA6BA
RGB
CMYK
RGB Variations
Color information
#CAA6BA (or 0xCAA6BA) is known color: Lily. HEX triplet: CA, A6 and BA. RGB value is (202,166,186). Sum of RGB (Red+Green+Blue) = 202+166+186=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6BA is #355945. Grayscale: #B3B3B3. Windows color (decimal): -3496262 or 12232394. OLE color: 12232394.
HSL color Cylindrical-coordinate representation of color #CAA6BA: hue angle of 326.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA6BA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 186 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.21 |
| HSL | 326.67º | 0.25% | 0.72% | - |
| HSV(B) | 326.67º | 0.18% | 0.79% | - |
| XYZ | 46.86 | 43.37 | 52.36 | - |
| YUV | 179.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 186 | 0 | 0.18 | 0.08 | 0.21 | 326.67 | 0.25 | 0.72 |
| Hex | CA | A6 | BA | 0 | 12 | 8 | 15 | 147 | 19 | 48 |
| Octal | 312 | 246 | 272 | 0 | 22 | 10 | 25 | 507 | 31 | 110 |
| Binary | 11001010 | 10100110 | 10111010 | 0 | 10010 | 1000 | 10101 | 101000111 | 11001 | 1001000 |
Color Harmonies of #CAA6BA
Complementary color
Monochromatic Colors of #CAA6BA
Black with #CAA6BA
Text Example
Text Example
White with #CAA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6BA; }
p { color: rgb(202,166,186); }
H1.HeaderClassName
{
color: #CAA6BA;
}
.AnyTagClassName
{
color: #CAA6BA;
}
</style>
background-color css
<style>
a { background-color: #CAA6BA; }
a { background-color: rgb(202,166,186); }
div.DivClassName
{
background-color: #CAA6BA;
}
.BgClassName
{
background-color: #CAA6BA;
}
</style>
border-color css
<style>
span { border-color: #CAA6BA; }
span { border-color: rgb(202,166,186); }
td.TdClassName
{
border-color: #CAA6BA;
}
.TagClassName
{
border-color: #CAA6BA;
}
</style>