Shades of Lily #CAA7B8
Tints of Lily #CAA7B8
RGB
CMYK
RGB Variations
Color information
#CAA7B8 (or 0xCAA7B8) is known color: Lily. HEX triplet: CA, A7 and B8. RGB value is (202,167,184). Sum of RGB (Red+Green+Blue) = 202+167+184=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7B8 is #355847. Grayscale: #B3B3B3. Windows color (decimal): -3496008 or 12101578. OLE color: 12101578.
HSL color Cylindrical-coordinate representation of color #CAA7B8: hue angle of 330.86º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA7B8 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 184 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.21 |
| HSL | 330.86º | 0.25% | 0.72% | - |
| HSV(B) | 330.86º | 0.17% | 0.79% | - |
| XYZ | 46.83 | 43.65 | 51.31 | - |
| YUV | 179.4 | 130.6 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 184 | 0 | 0.17 | 0.09 | 0.21 | 330.86 | 0.25 | 0.72 |
| Hex | CA | A7 | B8 | 0 | 11 | 9 | 15 | 14B | 19 | 48 |
| Octal | 312 | 247 | 270 | 0 | 21 | 11 | 25 | 513 | 31 | 110 |
| Binary | 11001010 | 10100111 | 10111000 | 0 | 10001 | 1001 | 10101 | 101001011 | 11001 | 1001000 |
Color Harmonies of #CAA7B8
Complementary color
Monochromatic Colors of #CAA7B8
Black with #CAA7B8
Text Example
Text Example
White with #CAA7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7B8; }
p { color: rgb(202,167,184); }
H1.HeaderClassName
{
color: #CAA7B8;
}
.AnyTagClassName
{
color: #CAA7B8;
}
</style>
background-color css
<style>
a { background-color: #CAA7B8; }
a { background-color: rgb(202,167,184); }
div.DivClassName
{
background-color: #CAA7B8;
}
.BgClassName
{
background-color: #CAA7B8;
}
</style>
border-color css
<style>
span { border-color: #CAA7B8; }
span { border-color: rgb(202,167,184); }
td.TdClassName
{
border-color: #CAA7B8;
}
.TagClassName
{
border-color: #CAA7B8;
}
</style>