Shades of Lily #CAA5B8
Tints of Lily #CAA5B8
RGB
CMYK
RGB Variations
Color information
#CAA5B8 (or 0xCAA5B8) is known color: Lily. HEX triplet: CA, A5 and B8. RGB value is (202,165,184). Sum of RGB (Red+Green+Blue) = 202+165+184=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5B8 is #355A47. Grayscale: #B2B2B2. Windows color (decimal): -3496520 or 12101066. OLE color: 12101066.
HSL color Cylindrical-coordinate representation of color #CAA5B8: hue angle of 329.19º 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 #CAA5B8 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 184 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.21 |
| HSL | 329.19º | 0.26% | 0.72% | - |
| HSV(B) | 329.19º | 0.18% | 0.79% | - |
| XYZ | 46.46 | 42.93 | 51.18 | - |
| YUV | 178.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 184 | 0 | 0.18 | 0.09 | 0.21 | 329.19 | 0.26 | 0.72 |
| Hex | CA | A5 | B8 | 0 | 12 | 9 | 15 | 149 | 1A | 48 |
| Octal | 312 | 245 | 270 | 0 | 22 | 11 | 25 | 511 | 32 | 110 |
| Binary | 11001010 | 10100101 | 10111000 | 0 | 10010 | 1001 | 10101 | 101001001 | 11010 | 1001000 |
Color Harmonies of #CAA5B8
Complementary color
Monochromatic Colors of #CAA5B8
Black with #CAA5B8
Text Example
Text Example
White with #CAA5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5B8; }
p { color: rgb(202,165,184); }
H1.HeaderClassName
{
color: #CAA5B8;
}
.AnyTagClassName
{
color: #CAA5B8;
}
</style>
background-color css
<style>
a { background-color: #CAA5B8; }
a { background-color: rgb(202,165,184); }
div.DivClassName
{
background-color: #CAA5B8;
}
.BgClassName
{
background-color: #CAA5B8;
}
</style>
border-color css
<style>
span { border-color: #CAA5B8; }
span { border-color: rgb(202,165,184); }
td.TdClassName
{
border-color: #CAA5B8;
}
.TagClassName
{
border-color: #CAA5B8;
}
</style>