Shades of Lily #CAA5BA
Tints of Lily #CAA5BA
RGB
CMYK
RGB Variations
Color information
#CAA5BA (or 0xCAA5BA) is known color: Lily. HEX triplet: CA, A5 and BA. RGB value is (202,165,186). Sum of RGB (Red+Green+Blue) = 202+165+186=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5BA is #355A45. Grayscale: #B2B2B2. Windows color (decimal): -3496518 or 12232138. OLE color: 12232138.
HSL color Cylindrical-coordinate representation of color #CAA5BA: hue angle of 325.95º degrees, saturation: 0.26, 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 #CAA5BA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 186 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.21 |
| HSL | 325.95º | 0.26% | 0.72% | - |
| HSV(B) | 325.95º | 0.18% | 0.79% | - |
| XYZ | 46.68 | 43.01 | 52.3 | - |
| YUV | 178.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 186 | 0 | 0.18 | 0.08 | 0.21 | 325.95 | 0.26 | 0.72 |
| Hex | CA | A5 | BA | 0 | 12 | 8 | 15 | 146 | 1A | 48 |
| Octal | 312 | 245 | 272 | 0 | 22 | 10 | 25 | 506 | 32 | 110 |
| Binary | 11001010 | 10100101 | 10111010 | 0 | 10010 | 1000 | 10101 | 101000110 | 11010 | 1001000 |
Color Harmonies of #CAA5BA
Complementary color
Monochromatic Colors of #CAA5BA
Black with #CAA5BA
Text Example
Text Example
White with #CAA5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5BA; }
p { color: rgb(202,165,186); }
H1.HeaderClassName
{
color: #CAA5BA;
}
.AnyTagClassName
{
color: #CAA5BA;
}
</style>
background-color css
<style>
a { background-color: #CAA5BA; }
a { background-color: rgb(202,165,186); }
div.DivClassName
{
background-color: #CAA5BA;
}
.BgClassName
{
background-color: #CAA5BA;
}
</style>
border-color css
<style>
span { border-color: #CAA5BA; }
span { border-color: rgb(202,165,186); }
td.TdClassName
{
border-color: #CAA5BA;
}
.TagClassName
{
border-color: #CAA5BA;
}
</style>