Shades of Lily #C5A8B9
Tints of Lily #C5A8B9
RGB
CMYK
RGB Variations
Color information
#C5A8B9 (or 0xC5A8B9) is known color: Lily. HEX triplet: C5, A8 and B9. RGB value is (197,168,185). Sum of RGB (Red+Green+Blue) = 197+168+185=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8B9 is #3A5746. Grayscale: #B2B2B2. Windows color (decimal): -3823431 or 12167365. OLE color: 12167365.
HSL color Cylindrical-coordinate representation of color #C5A8B9: hue angle of 324.83º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A8B9 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 185 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.23 |
| HSL | 324.83º | 0.2% | 0.72% | - |
| HSV(B) | 324.83º | 0.15% | 0.77% | - |
| XYZ | 45.79 | 43.38 | 51.86 | - |
| YUV | 178.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 185 | 0 | 0.15 | 0.06 | 0.23 | 324.83 | 0.2 | 0.72 |
| Hex | C5 | A8 | B9 | 0 | F | 6 | 17 | 145 | 14 | 48 |
| Octal | 305 | 250 | 271 | 0 | 17 | 6 | 27 | 505 | 24 | 110 |
| Binary | 11000101 | 10101000 | 10111001 | 0 | 1111 | 110 | 10111 | 101000101 | 10100 | 1001000 |
Color Harmonies of #C5A8B9
Complementary color
Monochromatic Colors of #C5A8B9
Black with #C5A8B9
Text Example
Text Example
White with #C5A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8B9; }
p { color: rgb(197,168,185); }
H1.HeaderClassName
{
color: #C5A8B9;
}
.AnyTagClassName
{
color: #C5A8B9;
}
</style>
background-color css
<style>
a { background-color: #C5A8B9; }
a { background-color: rgb(197,168,185); }
div.DivClassName
{
background-color: #C5A8B9;
}
.BgClassName
{
background-color: #C5A8B9;
}
</style>
border-color css
<style>
span { border-color: #C5A8B9; }
span { border-color: rgb(197,168,185); }
td.TdClassName
{
border-color: #C5A8B9;
}
.TagClassName
{
border-color: #C5A8B9;
}
</style>