Shades of Lily #C89FB0
Tints of Lily #C89FB0
RGB
CMYK
RGB Variations
Color information
#C89FB0 (or 0xC89FB0) is known color: Lily. HEX triplet: C8, 9F and B0. RGB value is (200,159,176). Sum of RGB (Red+Green+Blue) = 200+159+176=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C89FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89FB0 is #37604F. Grayscale: #ADADAD. Windows color (decimal): -3629136 or 11575240. OLE color: 11575240.
HSL color Cylindrical-coordinate representation of color #C89FB0: hue angle of 335.12º 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 #C89FB0 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 176 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.22 |
| HSL | 335.12º | 0.27% | 0.7% | - |
| HSV(B) | 335.12º | 0.21% | 0.78% | - |
| XYZ | 44.05 | 40.21 | 46.51 | - |
| YUV | 173.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 176 | 0 | 0.20 | 0.12 | 0.22 | 335.12 | 0.27 | 0.7 |
| Hex | C8 | 9F | B0 | 0 | 14 | C | 16 | 14F | 1B | 46 |
| Octal | 310 | 237 | 260 | 0 | 24 | 14 | 26 | 517 | 33 | 106 |
| Binary | 11001000 | 10011111 | 10110000 | 0 | 10100 | 1100 | 10110 | 101001111 | 11011 | 1000110 |
Color Harmonies of #C89FB0
Complementary color
Monochromatic Colors of #C89FB0
Black with #C89FB0
Text Example
Text Example
White with #C89FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FB0; }
p { color: rgb(200,159,176); }
H1.HeaderClassName
{
color: #C89FB0;
}
.AnyTagClassName
{
color: #C89FB0;
}
</style>
background-color css
<style>
a { background-color: #C89FB0; }
a { background-color: rgb(200,159,176); }
div.DivClassName
{
background-color: #C89FB0;
}
.BgClassName
{
background-color: #C89FB0;
}
</style>
border-color css
<style>
span { border-color: #C89FB0; }
span { border-color: rgb(200,159,176); }
td.TdClassName
{
border-color: #C89FB0;
}
.TagClassName
{
border-color: #C89FB0;
}
</style>