Shades of Lily #C5A9B6
Tints of Lily #C5A9B6
RGB
CMYK
RGB Variations
Color information
#C5A9B6 (or 0xC5A9B6) is known color: Lily. HEX triplet: C5, A9 and B6. RGB value is (197,169,182). Sum of RGB (Red+Green+Blue) = 197+169+182=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9B6 is #3A5649. Grayscale: #B2B2B2. Windows color (decimal): -3823178 or 11971013. OLE color: 11971013.
HSL color Cylindrical-coordinate representation of color #C5A9B6: hue angle of 332.14º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5A9B6 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 182 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.23 |
| HSL | 332.14º | 0.19% | 0.72% | - |
| HSV(B) | 332.14º | 0.14% | 0.77% | - |
| XYZ | 45.66 | 43.62 | 50.27 | - |
| YUV | 178.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 182 | 0 | 0.14 | 0.08 | 0.23 | 332.14 | 0.19 | 0.72 |
| Hex | C5 | A9 | B6 | 0 | E | 8 | 17 | 14C | 13 | 48 |
| Octal | 305 | 251 | 266 | 0 | 16 | 10 | 27 | 514 | 23 | 110 |
| Binary | 11000101 | 10101001 | 10110110 | 0 | 1110 | 1000 | 10111 | 101001100 | 10011 | 1001000 |
Color Harmonies of #C5A9B6
Complementary color
Monochromatic Colors of #C5A9B6
Black with #C5A9B6
Text Example
Text Example
White with #C5A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9B6; }
p { color: rgb(197,169,182); }
H1.HeaderClassName
{
color: #C5A9B6;
}
.AnyTagClassName
{
color: #C5A9B6;
}
</style>
background-color css
<style>
a { background-color: #C5A9B6; }
a { background-color: rgb(197,169,182); }
div.DivClassName
{
background-color: #C5A9B6;
}
.BgClassName
{
background-color: #C5A9B6;
}
</style>
border-color css
<style>
span { border-color: #C5A9B6; }
span { border-color: rgb(197,169,182); }
td.TdClassName
{
border-color: #C5A9B6;
}
.TagClassName
{
border-color: #C5A9B6;
}
</style>