Shades of Lily #C99FBC
Tints of Lily #C99FBC
RGB
CMYK
RGB Variations
Color information
#C99FBC (or 0xC99FBC) is known color: Lily. HEX triplet: C9, 9F and BC. RGB value is (201,159,188). Sum of RGB (Red+Green+Blue) = 201+159+188=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FBC is #366043. Grayscale: #AEAEAE. Windows color (decimal): -3563588 or 12361673. OLE color: 12361673.
HSL color Cylindrical-coordinate representation of color #C99FBC: hue angle of 318.57º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99FBC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 188 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.21 |
| HSL | 318.57º | 0.28% | 0.71% | - |
| HSV(B) | 318.57º | 0.21% | 0.79% | - |
| XYZ | 45.56 | 40.84 | 53.06 | - |
| YUV | 174.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 188 | 0 | 0.21 | 0.06 | 0.21 | 318.57 | 0.28 | 0.71 |
| Hex | C9 | 9F | BC | 0 | 15 | 6 | 15 | 13F | 1C | 47 |
| Octal | 311 | 237 | 274 | 0 | 25 | 6 | 25 | 477 | 34 | 107 |
| Binary | 11001001 | 10011111 | 10111100 | 0 | 10101 | 110 | 10101 | 100111111 | 11100 | 1000111 |
Color Harmonies of #C99FBC
Complementary color
Monochromatic Colors of #C99FBC
Black with #C99FBC
Text Example
Text Example
White with #C99FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FBC; }
p { color: rgb(201,159,188); }
H1.HeaderClassName
{
color: #C99FBC;
}
.AnyTagClassName
{
color: #C99FBC;
}
</style>
background-color css
<style>
a { background-color: #C99FBC; }
a { background-color: rgb(201,159,188); }
div.DivClassName
{
background-color: #C99FBC;
}
.BgClassName
{
background-color: #C99FBC;
}
</style>
border-color css
<style>
span { border-color: #C99FBC; }
span { border-color: rgb(201,159,188); }
td.TdClassName
{
border-color: #C99FBC;
}
.TagClassName
{
border-color: #C99FBC;
}
</style>