Shades of Lily #CAA0B8
Tints of Lily #CAA0B8
RGB
CMYK
RGB Variations
Color information
#CAA0B8 (or 0xCAA0B8) is known color: Lily. HEX triplet: CA, A0 and B8. RGB value is (202,160,184). Sum of RGB (Red+Green+Blue) = 202+160+184=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0B8 is #355F47. Grayscale: #AFAFAF. Windows color (decimal): -3497800 or 12099786. OLE color: 12099786.
HSL color Cylindrical-coordinate representation of color #CAA0B8: hue angle of 325.71º 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 #CAA0B8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 184 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.21 |
| HSL | 325.71º | 0.28% | 0.71% | - |
| HSV(B) | 325.71º | 0.21% | 0.79% | - |
| XYZ | 45.58 | 41.16 | 50.89 | - |
| YUV | 175.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 184 | 0 | 0.21 | 0.09 | 0.21 | 325.71 | 0.28 | 0.71 |
| Hex | CA | A0 | B8 | 0 | 15 | 9 | 15 | 146 | 1C | 47 |
| Octal | 312 | 240 | 270 | 0 | 25 | 11 | 25 | 506 | 34 | 107 |
| Binary | 11001010 | 10100000 | 10111000 | 0 | 10101 | 1001 | 10101 | 101000110 | 11100 | 1000111 |
Color Harmonies of #CAA0B8
Complementary color
Monochromatic Colors of #CAA0B8
Black with #CAA0B8
Text Example
Text Example
White with #CAA0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0B8; }
p { color: rgb(202,160,184); }
H1.HeaderClassName
{
color: #CAA0B8;
}
.AnyTagClassName
{
color: #CAA0B8;
}
</style>
background-color css
<style>
a { background-color: #CAA0B8; }
a { background-color: rgb(202,160,184); }
div.DivClassName
{
background-color: #CAA0B8;
}
.BgClassName
{
background-color: #CAA0B8;
}
</style>
border-color css
<style>
span { border-color: #CAA0B8; }
span { border-color: rgb(202,160,184); }
td.TdClassName
{
border-color: #CAA0B8;
}
.TagClassName
{
border-color: #CAA0B8;
}
</style>