Shades of Lily #C89FBE
Tints of Lily #C89FBE
RGB
CMYK
RGB Variations
Color information
#C89FBE (or 0xC89FBE) is known color: Lily. HEX triplet: C8, 9F and BE. RGB value is (200,159,190). Sum of RGB (Red+Green+Blue) = 200+159+190=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C89FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89FBE is #376041. Grayscale: #AEAEAE. Windows color (decimal): -3629122 or 12492744. OLE color: 12492744.
HSL color Cylindrical-coordinate representation of color #C89FBE: hue angle of 314.63º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C89FBE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 190 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.22 |
| HSL | 314.63º | 0.27% | 0.7% | - |
| HSV(B) | 314.63º | 0.21% | 0.78% | - |
| XYZ | 45.51 | 40.79 | 54.19 | - |
| YUV | 174.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 190 | 0 | 0.20 | 0.05 | 0.22 | 314.63 | 0.27 | 0.7 |
| Hex | C8 | 9F | BE | 0 | 14 | 5 | 16 | 13B | 1B | 46 |
| Octal | 310 | 237 | 276 | 0 | 24 | 5 | 26 | 473 | 33 | 106 |
| Binary | 11001000 | 10011111 | 10111110 | 0 | 10100 | 101 | 10110 | 100111011 | 11011 | 1000110 |
Color Harmonies of #C89FBE
Complementary color
Monochromatic Colors of #C89FBE
Black with #C89FBE
Text Example
Text Example
White with #C89FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FBE; }
p { color: rgb(200,159,190); }
H1.HeaderClassName
{
color: #C89FBE;
}
.AnyTagClassName
{
color: #C89FBE;
}
</style>
background-color css
<style>
a { background-color: #C89FBE; }
a { background-color: rgb(200,159,190); }
div.DivClassName
{
background-color: #C89FBE;
}
.BgClassName
{
background-color: #C89FBE;
}
</style>
border-color css
<style>
span { border-color: #C89FBE; }
span { border-color: rgb(200,159,190); }
td.TdClassName
{
border-color: #C89FBE;
}
.TagClassName
{
border-color: #C89FBE;
}
</style>