Shades of Lily #C989AD
Tints of Lily #C989AD
RGB
CMYK
RGB Variations
Color information
#C989AD (or 0xC989AD) is known color: Lily. HEX triplet: C9, 89 and AD. RGB value is (201,137,173). Sum of RGB (Red+Green+Blue) = 201+137+173=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C989AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C989AD is #367652. Grayscale: #A0A0A0. Windows color (decimal): -3569235 or 11373001. OLE color: 11373001.
HSL color Cylindrical-coordinate representation of color #C989AD: hue angle of 326.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C989AD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 173 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.21 |
| HSL | 326.25º | 0.37% | 0.66% | - |
| HSV(B) | 326.25º | 0.32% | 0.79% | - |
| XYZ | 40.58 | 33.33 | 43.83 | - |
| YUV | 160.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 173 | 0 | 0.32 | 0.14 | 0.21 | 326.25 | 0.37 | 0.66 |
| Hex | C9 | 89 | AD | 0 | 20 | E | 15 | 146 | 25 | 42 |
| Octal | 311 | 211 | 255 | 0 | 40 | 16 | 25 | 506 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10101101 | 0 | 100000 | 1110 | 10101 | 101000110 | 100101 | 1000010 |
Color Harmonies of #C989AD
Complementary color
Monochromatic Colors of #C989AD
Black with #C989AD
Text Example
Text Example
White with #C989AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989AD; }
p { color: rgb(201,137,173); }
H1.HeaderClassName
{
color: #C989AD;
}
.AnyTagClassName
{
color: #C989AD;
}
</style>
background-color css
<style>
a { background-color: #C989AD; }
a { background-color: rgb(201,137,173); }
div.DivClassName
{
background-color: #C989AD;
}
.BgClassName
{
background-color: #C989AD;
}
</style>
border-color css
<style>
span { border-color: #C989AD; }
span { border-color: rgb(201,137,173); }
td.TdClassName
{
border-color: #C989AD;
}
.TagClassName
{
border-color: #C989AD;
}
</style>