Shades of Lily #C99FB3
Tints of Lily #C99FB3
RGB
CMYK
RGB Variations
Color information
#C99FB3 (or 0xC99FB3) is known color: Lily. HEX triplet: C9, 9F and B3. RGB value is (201,159,179). Sum of RGB (Red+Green+Blue) = 201+159+179=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C99FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FB3 is #36604C. Grayscale: #ADADAD. Windows color (decimal): -3563597 or 11771849. OLE color: 11771849.
HSL color Cylindrical-coordinate representation of color #C99FB3: hue angle of 331.43º 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 #C99FB3 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 179 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.21 |
| HSL | 331.43º | 0.28% | 0.71% | - |
| HSV(B) | 331.43º | 0.21% | 0.79% | - |
| XYZ | 44.62 | 40.47 | 48.11 | - |
| YUV | 173.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 179 | 0 | 0.21 | 0.11 | 0.21 | 331.43 | 0.28 | 0.71 |
| Hex | C9 | 9F | B3 | 0 | 15 | B | 15 | 14B | 1C | 47 |
| Octal | 311 | 237 | 263 | 0 | 25 | 13 | 25 | 513 | 34 | 107 |
| Binary | 11001001 | 10011111 | 10110011 | 0 | 10101 | 1011 | 10101 | 101001011 | 11100 | 1000111 |
Color Harmonies of #C99FB3
Complementary color
Monochromatic Colors of #C99FB3
Black with #C99FB3
Text Example
Text Example
White with #C99FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FB3; }
p { color: rgb(201,159,179); }
H1.HeaderClassName
{
color: #C99FB3;
}
.AnyTagClassName
{
color: #C99FB3;
}
</style>
background-color css
<style>
a { background-color: #C99FB3; }
a { background-color: rgb(201,159,179); }
div.DivClassName
{
background-color: #C99FB3;
}
.BgClassName
{
background-color: #C99FB3;
}
</style>
border-color css
<style>
span { border-color: #C99FB3; }
span { border-color: rgb(201,159,179); }
td.TdClassName
{
border-color: #C99FB3;
}
.TagClassName
{
border-color: #C99FB3;
}
</style>