Shades of Lily #C89FBB
Tints of Lily #C89FBB
RGB
CMYK
RGB Variations
Color information
#C89FBB (or 0xC89FBB) is known color: Lily. HEX triplet: C8, 9F and BB. RGB value is (200,159,187). Sum of RGB (Red+Green+Blue) = 200+159+187=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C89FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89FBB is #376044. Grayscale: #AEAEAE. Windows color (decimal): -3629125 or 12296136. OLE color: 12296136.
HSL color Cylindrical-coordinate representation of color #C89FBB: hue angle of 319.02º 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 #C89FBB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 187 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.22 |
| HSL | 319.02º | 0.27% | 0.7% | - |
| HSV(B) | 319.02º | 0.21% | 0.78% | - |
| XYZ | 45.19 | 40.66 | 52.48 | - |
| YUV | 174.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 187 | 0 | 0.20 | 0.06 | 0.22 | 319.02 | 0.27 | 0.7 |
| Hex | C8 | 9F | BB | 0 | 14 | 6 | 16 | 13F | 1B | 46 |
| Octal | 310 | 237 | 273 | 0 | 24 | 6 | 26 | 477 | 33 | 106 |
| Binary | 11001000 | 10011111 | 10111011 | 0 | 10100 | 110 | 10110 | 100111111 | 11011 | 1000110 |
Color Harmonies of #C89FBB
Complementary color
Monochromatic Colors of #C89FBB
Black with #C89FBB
Text Example
Text Example
White with #C89FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FBB; }
p { color: rgb(200,159,187); }
H1.HeaderClassName
{
color: #C89FBB;
}
.AnyTagClassName
{
color: #C89FBB;
}
</style>
background-color css
<style>
a { background-color: #C89FBB; }
a { background-color: rgb(200,159,187); }
div.DivClassName
{
background-color: #C89FBB;
}
.BgClassName
{
background-color: #C89FBB;
}
</style>
border-color css
<style>
span { border-color: #C89FBB; }
span { border-color: rgb(200,159,187); }
td.TdClassName
{
border-color: #C89FBB;
}
.TagClassName
{
border-color: #C89FBB;
}
</style>