Shades of Lily #C98DAC
Tints of Lily #C98DAC
RGB
CMYK
RGB Variations
Color information
#C98DAC (or 0xC98DAC) is known color: Lily. HEX triplet: C9, 8D and AC. RGB value is (201,141,172). Sum of RGB (Red+Green+Blue) = 201+141+172=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98DAC is #367253. Grayscale: #A2A2A2. Windows color (decimal): -3568212 or 11308489. OLE color: 11308489.
HSL color Cylindrical-coordinate representation of color #C98DAC: hue angle of 329º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DAC is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 172 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.21 |
| HSL | 329º | 0.36% | 0.67% | - |
| HSV(B) | 329º | 0.3% | 0.79% | - |
| XYZ | 41.06 | 34.45 | 43.51 | - |
| YUV | 162.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 172 | 0 | 0.30 | 0.14 | 0.21 | 329 | 0.36 | 0.67 |
| Hex | C9 | 8D | AC | 0 | 1E | E | 15 | 149 | 24 | 43 |
| Octal | 311 | 215 | 254 | 0 | 36 | 16 | 25 | 511 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10101100 | 0 | 11110 | 1110 | 10101 | 101001001 | 100100 | 1000011 |
Color Harmonies of #C98DAC
Complementary color
Monochromatic Colors of #C98DAC
Black with #C98DAC
Text Example
Text Example
White with #C98DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DAC; }
p { color: rgb(201,141,172); }
H1.HeaderClassName
{
color: #C98DAC;
}
.AnyTagClassName
{
color: #C98DAC;
}
</style>
background-color css
<style>
a { background-color: #C98DAC; }
a { background-color: rgb(201,141,172); }
div.DivClassName
{
background-color: #C98DAC;
}
.BgClassName
{
background-color: #C98DAC;
}
</style>
border-color css
<style>
span { border-color: #C98DAC; }
span { border-color: rgb(201,141,172); }
td.TdClassName
{
border-color: #C98DAC;
}
.TagClassName
{
border-color: #C98DAC;
}
</style>