Shades of Lily #C98EAB
Tints of Lily #C98EAB
RGB
CMYK
RGB Variations
Color information
#C98EAB (or 0xC98EAB) is known color: Lily. HEX triplet: C9, 8E and AB. RGB value is (201,142,171). Sum of RGB (Red+Green+Blue) = 201+142+171=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98EAB is #367154. Grayscale: #A2A2A2. Windows color (decimal): -3567957 or 11243209. OLE color: 11243209.
HSL color Cylindrical-coordinate representation of color #C98EAB: hue angle of 330.51º 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 #C98EAB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 171 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.21 |
| HSL | 330.51º | 0.35% | 0.67% | - |
| HSV(B) | 330.51º | 0.29% | 0.79% | - |
| XYZ | 41.11 | 34.7 | 43.06 | - |
| YUV | 162.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 171 | 0 | 0.29 | 0.15 | 0.21 | 330.51 | 0.35 | 0.67 |
| Hex | C9 | 8E | AB | 0 | 1D | F | 15 | 14B | 23 | 43 |
| Octal | 311 | 216 | 253 | 0 | 35 | 17 | 25 | 513 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10101011 | 0 | 11101 | 1111 | 10101 | 101001011 | 100011 | 1000011 |
Color Harmonies of #C98EAB
Complementary color
Monochromatic Colors of #C98EAB
Black with #C98EAB
Text Example
Text Example
White with #C98EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EAB; }
p { color: rgb(201,142,171); }
H1.HeaderClassName
{
color: #C98EAB;
}
.AnyTagClassName
{
color: #C98EAB;
}
</style>
background-color css
<style>
a { background-color: #C98EAB; }
a { background-color: rgb(201,142,171); }
div.DivClassName
{
background-color: #C98EAB;
}
.BgClassName
{
background-color: #C98EAB;
}
</style>
border-color css
<style>
span { border-color: #C98EAB; }
span { border-color: rgb(201,142,171); }
td.TdClassName
{
border-color: #C98EAB;
}
.TagClassName
{
border-color: #C98EAB;
}
</style>