Shades of Lily #CAA4BA
Tints of Lily #CAA4BA
RGB
CMYK
RGB Variations
Color information
#CAA4BA (or 0xCAA4BA) is known color: Lily. HEX triplet: CA, A4 and BA. RGB value is (202,164,186). Sum of RGB (Red+Green+Blue) = 202+164+186=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4BA is #355B45. Grayscale: #B1B1B1. Windows color (decimal): -3496774 or 12231882. OLE color: 12231882.
HSL color Cylindrical-coordinate representation of color #CAA4BA: hue angle of 325.26º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA4BA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 186 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.21 |
| HSL | 325.26º | 0.26% | 0.72% | - |
| HSV(B) | 325.26º | 0.19% | 0.79% | - |
| XYZ | 46.5 | 42.65 | 52.24 | - |
| YUV | 177.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 186 | 0 | 0.19 | 0.08 | 0.21 | 325.26 | 0.26 | 0.72 |
| Hex | CA | A4 | BA | 0 | 13 | 8 | 15 | 145 | 1A | 48 |
| Octal | 312 | 244 | 272 | 0 | 23 | 10 | 25 | 505 | 32 | 110 |
| Binary | 11001010 | 10100100 | 10111010 | 0 | 10011 | 1000 | 10101 | 101000101 | 11010 | 1001000 |
Color Harmonies of #CAA4BA
Complementary color
Monochromatic Colors of #CAA4BA
Black with #CAA4BA
Text Example
Text Example
White with #CAA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4BA; }
p { color: rgb(202,164,186); }
H1.HeaderClassName
{
color: #CAA4BA;
}
.AnyTagClassName
{
color: #CAA4BA;
}
</style>
background-color css
<style>
a { background-color: #CAA4BA; }
a { background-color: rgb(202,164,186); }
div.DivClassName
{
background-color: #CAA4BA;
}
.BgClassName
{
background-color: #CAA4BA;
}
</style>
border-color css
<style>
span { border-color: #CAA4BA; }
span { border-color: rgb(202,164,186); }
td.TdClassName
{
border-color: #CAA4BA;
}
.TagClassName
{
border-color: #CAA4BA;
}
</style>