Shades of Lily #C98FAD
Tints of Lily #C98FAD
RGB
CMYK
RGB Variations
Color information
#C98FAD (or 0xC98FAD) is known color: Lily. HEX triplet: C9, 8F and AD. RGB value is (201,143,173). Sum of RGB (Red+Green+Blue) = 201+143+173=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98FAD is #367052. Grayscale: #A3A3A3. Windows color (decimal): -3567699 or 11374537. OLE color: 11374537.
HSL color Cylindrical-coordinate representation of color #C98FAD: hue angle of 328.97º 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 #C98FAD is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 143 | 173 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.21 |
| HSL | 328.97º | 0.35% | 0.67% | - |
| HSV(B) | 328.97º | 0.29% | 0.79% | - |
| XYZ | 41.45 | 35.08 | 44.12 | - |
| YUV | 163.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 143 | 173 | 0 | 0.29 | 0.14 | 0.21 | 328.97 | 0.35 | 0.67 |
| Hex | C9 | 8F | AD | 0 | 1D | E | 15 | 149 | 23 | 43 |
| Octal | 311 | 217 | 255 | 0 | 35 | 16 | 25 | 511 | 43 | 103 |
| Binary | 11001001 | 10001111 | 10101101 | 0 | 11101 | 1110 | 10101 | 101001001 | 100011 | 1000011 |
Color Harmonies of #C98FAD
Complementary color
Monochromatic Colors of #C98FAD
Black with #C98FAD
Text Example
Text Example
White with #C98FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98FAD; }
p { color: rgb(201,143,173); }
H1.HeaderClassName
{
color: #C98FAD;
}
.AnyTagClassName
{
color: #C98FAD;
}
</style>
background-color css
<style>
a { background-color: #C98FAD; }
a { background-color: rgb(201,143,173); }
div.DivClassName
{
background-color: #C98FAD;
}
.BgClassName
{
background-color: #C98FAD;
}
</style>
border-color css
<style>
span { border-color: #C98FAD; }
span { border-color: rgb(201,143,173); }
td.TdClassName
{
border-color: #C98FAD;
}
.TagClassName
{
border-color: #C98FAD;
}
</style>