Shades of Lily #C5ACB4
Tints of Lily #C5ACB4
RGB
CMYK
RGB Variations
Color information
#C5ACB4 (or 0xC5ACB4) is known color: Lily. HEX triplet: C5, AC and B4. RGB value is (197,172,180). Sum of RGB (Red+Green+Blue) = 197+172+180=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACB4 is #3A534B. Grayscale: #B4B4B4. Windows color (decimal): -3822412 or 11840709. OLE color: 11840709.
HSL color Cylindrical-coordinate representation of color #C5ACB4: hue angle of 340.8º 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 #C5ACB4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 180 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.23 |
| HSL | 340.8º | 0.18% | 0.72% | - |
| HSV(B) | 340.8º | 0.13% | 0.77% | - |
| XYZ | 46.02 | 44.67 | 49.38 | - |
| YUV | 180.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 180 | 0 | 0.13 | 0.09 | 0.23 | 340.8 | 0.18 | 0.72 |
| Hex | C5 | AC | B4 | 0 | D | 9 | 17 | 155 | 12 | 48 |
| Octal | 305 | 254 | 264 | 0 | 15 | 11 | 27 | 525 | 22 | 110 |
| Binary | 11000101 | 10101100 | 10110100 | 0 | 1101 | 1001 | 10111 | 101010101 | 10010 | 1001000 |
Color Harmonies of #C5ACB4
Complementary color
Monochromatic Colors of #C5ACB4
Black with #C5ACB4
Text Example
Text Example
White with #C5ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACB4; }
p { color: rgb(197,172,180); }
H1.HeaderClassName
{
color: #C5ACB4;
}
.AnyTagClassName
{
color: #C5ACB4;
}
</style>
background-color css
<style>
a { background-color: #C5ACB4; }
a { background-color: rgb(197,172,180); }
div.DivClassName
{
background-color: #C5ACB4;
}
.BgClassName
{
background-color: #C5ACB4;
}
</style>
border-color css
<style>
span { border-color: #C5ACB4; }
span { border-color: rgb(197,172,180); }
td.TdClassName
{
border-color: #C5ACB4;
}
.TagClassName
{
border-color: #C5ACB4;
}
</style>