Shades of Lily #C5ACB5
Tints of Lily #C5ACB5
RGB
CMYK
RGB Variations
Color information
#C5ACB5 (or 0xC5ACB5) is known color: Lily. HEX triplet: C5, AC and B5. RGB value is (197,172,181). Sum of RGB (Red+Green+Blue) = 197+172+181=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACB5 is #3A534A. Grayscale: #B4B4B4. Windows color (decimal): -3822411 or 11906245. OLE color: 11906245.
HSL color Cylindrical-coordinate representation of color #C5ACB5: hue angle of 338.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ACB5 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 181 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.23 |
| HSL | 338.4º | 0.18% | 0.72% | - |
| HSV(B) | 338.4º | 0.13% | 0.77% | - |
| XYZ | 46.12 | 44.71 | 49.92 | - |
| YUV | 180.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 181 | 0 | 0.13 | 0.08 | 0.23 | 338.4 | 0.18 | 0.72 |
| Hex | C5 | AC | B5 | 0 | D | 8 | 17 | 152 | 12 | 48 |
| Octal | 305 | 254 | 265 | 0 | 15 | 10 | 27 | 522 | 22 | 110 |
| Binary | 11000101 | 10101100 | 10110101 | 0 | 1101 | 1000 | 10111 | 101010010 | 10010 | 1001000 |
Color Harmonies of #C5ACB5
Complementary color
Monochromatic Colors of #C5ACB5
Black with #C5ACB5
Text Example
Text Example
White with #C5ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACB5; }
p { color: rgb(197,172,181); }
H1.HeaderClassName
{
color: #C5ACB5;
}
.AnyTagClassName
{
color: #C5ACB5;
}
</style>
background-color css
<style>
a { background-color: #C5ACB5; }
a { background-color: rgb(197,172,181); }
div.DivClassName
{
background-color: #C5ACB5;
}
.BgClassName
{
background-color: #C5ACB5;
}
</style>
border-color css
<style>
span { border-color: #C5ACB5; }
span { border-color: rgb(197,172,181); }
td.TdClassName
{
border-color: #C5ACB5;
}
.TagClassName
{
border-color: #C5ACB5;
}
</style>