Shades of Lily #CAA8B8
Tints of Lily #CAA8B8
RGB
CMYK
RGB Variations
Color information
#CAA8B8 (or 0xCAA8B8) is known color: Lily. HEX triplet: CA, A8 and B8. RGB value is (202,168,184). Sum of RGB (Red+Green+Blue) = 202+168+184=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8B8 is #355747. Grayscale: #B3B3B3. Windows color (decimal): -3495752 or 12101834. OLE color: 12101834.
HSL color Cylindrical-coordinate representation of color #CAA8B8: hue angle of 331.76º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8B8 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 184 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.21 |
| HSL | 331.76º | 0.24% | 0.73% | - |
| HSV(B) | 331.76º | 0.17% | 0.79% | - |
| XYZ | 47.01 | 44.02 | 51.37 | - |
| YUV | 179.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 184 | 0 | 0.17 | 0.09 | 0.21 | 331.76 | 0.24 | 0.73 |
| Hex | CA | A8 | B8 | 0 | 11 | 9 | 15 | 14C | 18 | 49 |
| Octal | 312 | 250 | 270 | 0 | 21 | 11 | 25 | 514 | 30 | 111 |
| Binary | 11001010 | 10101000 | 10111000 | 0 | 10001 | 1001 | 10101 | 101001100 | 11000 | 1001001 |
Color Harmonies of #CAA8B8
Complementary color
Monochromatic Colors of #CAA8B8
Black with #CAA8B8
Text Example
Text Example
White with #CAA8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8B8; }
p { color: rgb(202,168,184); }
H1.HeaderClassName
{
color: #CAA8B8;
}
.AnyTagClassName
{
color: #CAA8B8;
}
</style>
background-color css
<style>
a { background-color: #CAA8B8; }
a { background-color: rgb(202,168,184); }
div.DivClassName
{
background-color: #CAA8B8;
}
.BgClassName
{
background-color: #CAA8B8;
}
</style>
border-color css
<style>
span { border-color: #CAA8B8; }
span { border-color: rgb(202,168,184); }
td.TdClassName
{
border-color: #CAA8B8;
}
.TagClassName
{
border-color: #CAA8B8;
}
</style>