Shades of Lily #CAA0B7
Tints of Lily #CAA0B7
RGB
CMYK
RGB Variations
Color information
#CAA0B7 (or 0xCAA0B7) is known color: Lily. HEX triplet: CA, A0 and B7. RGB value is (202,160,183). Sum of RGB (Red+Green+Blue) = 202+160+183=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0B7 is #355F48. Grayscale: #AFAFAF. Windows color (decimal): -3497801 or 12034250. OLE color: 12034250.
HSL color Cylindrical-coordinate representation of color #CAA0B7: hue angle of 327.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0B7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 183 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.21 |
| HSL | 327.14º | 0.28% | 0.71% | - |
| HSV(B) | 327.14º | 0.21% | 0.79% | - |
| XYZ | 45.48 | 41.12 | 50.34 | - |
| YUV | 175.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 183 | 0 | 0.21 | 0.09 | 0.21 | 327.14 | 0.28 | 0.71 |
| Hex | CA | A0 | B7 | 0 | 15 | 9 | 15 | 147 | 1C | 47 |
| Octal | 312 | 240 | 267 | 0 | 25 | 11 | 25 | 507 | 34 | 107 |
| Binary | 11001010 | 10100000 | 10110111 | 0 | 10101 | 1001 | 10101 | 101000111 | 11100 | 1000111 |
Color Harmonies of #CAA0B7
Complementary color
Monochromatic Colors of #CAA0B7
Black with #CAA0B7
Text Example
Text Example
White with #CAA0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0B7; }
p { color: rgb(202,160,183); }
H1.HeaderClassName
{
color: #CAA0B7;
}
.AnyTagClassName
{
color: #CAA0B7;
}
</style>
background-color css
<style>
a { background-color: #CAA0B7; }
a { background-color: rgb(202,160,183); }
div.DivClassName
{
background-color: #CAA0B7;
}
.BgClassName
{
background-color: #CAA0B7;
}
</style>
border-color css
<style>
span { border-color: #CAA0B7; }
span { border-color: rgb(202,160,183); }
td.TdClassName
{
border-color: #CAA0B7;
}
.TagClassName
{
border-color: #CAA0B7;
}
</style>