Shades of Lily #C6ACB5
Tints of Lily #C6ACB5
RGB
CMYK
RGB Variations
Color information
#C6ACB5 (or 0xC6ACB5) is known color: Lily. HEX triplet: C6, AC and B5. RGB value is (198,172,181). Sum of RGB (Red+Green+Blue) = 198+172+181=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACB5 is #39534A. Grayscale: #B4B4B4. Windows color (decimal): -3756875 or 11906246. OLE color: 11906246.
HSL color Cylindrical-coordinate representation of color #C6ACB5: hue angle of 339.23º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6ACB5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 181 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.22 |
| HSL | 339.23º | 0.19% | 0.73% | - |
| HSV(B) | 339.23º | 0.13% | 0.78% | - |
| XYZ | 46.38 | 44.85 | 49.93 | - |
| YUV | 180.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 181 | 0 | 0.13 | 0.09 | 0.22 | 339.23 | 0.19 | 0.73 |
| Hex | C6 | AC | B5 | 0 | D | 9 | 16 | 153 | 13 | 49 |
| Octal | 306 | 254 | 265 | 0 | 15 | 11 | 26 | 523 | 23 | 111 |
| Binary | 11000110 | 10101100 | 10110101 | 0 | 1101 | 1001 | 10110 | 101010011 | 10011 | 1001001 |
Color Harmonies of #C6ACB5
Complementary color
Monochromatic Colors of #C6ACB5
Black with #C6ACB5
Text Example
Text Example
White with #C6ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ACB5; }
p { color: rgb(198,172,181); }
H1.HeaderClassName
{
color: #C6ACB5;
}
.AnyTagClassName
{
color: #C6ACB5;
}
</style>
background-color css
<style>
a { background-color: #C6ACB5; }
a { background-color: rgb(198,172,181); }
div.DivClassName
{
background-color: #C6ACB5;
}
.BgClassName
{
background-color: #C6ACB5;
}
</style>
border-color css
<style>
span { border-color: #C6ACB5; }
span { border-color: rgb(198,172,181); }
td.TdClassName
{
border-color: #C6ACB5;
}
.TagClassName
{
border-color: #C6ACB5;
}
</style>