Shades of Lily #C989B3
Tints of Lily #C989B3
RGB
CMYK
RGB Variations
Color information
#C989B3 (or 0xC989B3) is known color: Lily. HEX triplet: C9, 89 and B3. RGB value is (201,137,179). Sum of RGB (Red+Green+Blue) = 201+137+179=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C989B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C989B3 is #36764C. Grayscale: #A0A0A0. Windows color (decimal): -3569229 or 11766217. OLE color: 11766217.
HSL color Cylindrical-coordinate representation of color #C989B3: hue angle of 320.62º 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 #C989B3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 179 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.21 |
| HSL | 320.63º | 0.37% | 0.66% | - |
| HSV(B) | 320.63º | 0.32% | 0.79% | - |
| XYZ | 41.17 | 33.56 | 46.96 | - |
| YUV | 160.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 179 | 0 | 0.32 | 0.11 | 0.21 | 320.63 | 0.37 | 0.66 |
| Hex | C9 | 89 | B3 | 0 | 20 | B | 15 | 141 | 25 | 42 |
| Octal | 311 | 211 | 263 | 0 | 40 | 13 | 25 | 501 | 45 | 102 |
| Binary | 11001001 | 10001001 | 10110011 | 0 | 100000 | 1011 | 10101 | 101000001 | 100101 | 1000010 |
Color Harmonies of #C989B3
Complementary color
Monochromatic Colors of #C989B3
Black with #C989B3
Text Example
Text Example
White with #C989B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989B3; }
p { color: rgb(201,137,179); }
H1.HeaderClassName
{
color: #C989B3;
}
.AnyTagClassName
{
color: #C989B3;
}
</style>
background-color css
<style>
a { background-color: #C989B3; }
a { background-color: rgb(201,137,179); }
div.DivClassName
{
background-color: #C989B3;
}
.BgClassName
{
background-color: #C989B3;
}
</style>
border-color css
<style>
span { border-color: #C989B3; }
span { border-color: rgb(201,137,179); }
td.TdClassName
{
border-color: #C989B3;
}
.TagClassName
{
border-color: #C989B3;
}
</style>