Shades of Lily #C98EAC
Tints of Lily #C98EAC
RGB
CMYK
RGB Variations
Color information
#C98EAC (or 0xC98EAC) is known color: Lily. HEX triplet: C9, 8E and AC. RGB value is (201,142,172). Sum of RGB (Red+Green+Blue) = 201+142+172=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98EAC is #367153. Grayscale: #A3A3A3. Windows color (decimal): -3567956 or 11308745. OLE color: 11308745.
HSL color Cylindrical-coordinate representation of color #C98EAC: hue angle of 329.49º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98EAC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 172 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.21 |
| HSL | 329.49º | 0.35% | 0.67% | - |
| HSV(B) | 329.49º | 0.29% | 0.79% | - |
| XYZ | 41.21 | 34.74 | 43.56 | - |
| YUV | 163.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 172 | 0 | 0.29 | 0.14 | 0.21 | 329.49 | 0.35 | 0.67 |
| Hex | C9 | 8E | AC | 0 | 1D | E | 15 | 149 | 23 | 43 |
| Octal | 311 | 216 | 254 | 0 | 35 | 16 | 25 | 511 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10101100 | 0 | 11101 | 1110 | 10101 | 101001001 | 100011 | 1000011 |
Color Harmonies of #C98EAC
Complementary color
Monochromatic Colors of #C98EAC
Black with #C98EAC
Text Example
Text Example
White with #C98EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EAC; }
p { color: rgb(201,142,172); }
H1.HeaderClassName
{
color: #C98EAC;
}
.AnyTagClassName
{
color: #C98EAC;
}
</style>
background-color css
<style>
a { background-color: #C98EAC; }
a { background-color: rgb(201,142,172); }
div.DivClassName
{
background-color: #C98EAC;
}
.BgClassName
{
background-color: #C98EAC;
}
</style>
border-color css
<style>
span { border-color: #C98EAC; }
span { border-color: rgb(201,142,172); }
td.TdClassName
{
border-color: #C98EAC;
}
.TagClassName
{
border-color: #C98EAC;
}
</style>