Shades of Lily #C991B5
Tints of Lily #C991B5
RGB
CMYK
RGB Variations
Color information
#C991B5 (or 0xC991B5) is known color: Lily. HEX triplet: C9, 91 and B5. RGB value is (201,145,181). Sum of RGB (Red+Green+Blue) = 201+145+181=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C991B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991B5 is #366E4A. Grayscale: #A5A5A5. Windows color (decimal): -3567179 or 11899337. OLE color: 11899337.
HSL color Cylindrical-coordinate representation of color #C991B5: hue angle of 321.43º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991B5 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 145 | 181 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.21 |
| HSL | 321.43º | 0.34% | 0.68% | - |
| HSV(B) | 321.43º | 0.28% | 0.79% | - |
| XYZ | 42.55 | 36 | 48.42 | - |
| YUV | 165.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 181 | 0 | 0.28 | 0.10 | 0.21 | 321.43 | 0.34 | 0.68 |
| Hex | C9 | 91 | B5 | 0 | 1C | A | 15 | 141 | 22 | 44 |
| Octal | 311 | 221 | 265 | 0 | 34 | 12 | 25 | 501 | 42 | 104 |
| Binary | 11001001 | 10010001 | 10110101 | 0 | 11100 | 1010 | 10101 | 101000001 | 100010 | 1000100 |
Color Harmonies of #C991B5
Complementary color
Monochromatic Colors of #C991B5
Black with #C991B5
Text Example
Text Example
White with #C991B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991B5; }
p { color: rgb(201,145,181); }
H1.HeaderClassName
{
color: #C991B5;
}
.AnyTagClassName
{
color: #C991B5;
}
</style>
background-color css
<style>
a { background-color: #C991B5; }
a { background-color: rgb(201,145,181); }
div.DivClassName
{
background-color: #C991B5;
}
.BgClassName
{
background-color: #C991B5;
}
</style>
border-color css
<style>
span { border-color: #C991B5; }
span { border-color: rgb(201,145,181); }
td.TdClassName
{
border-color: #C991B5;
}
.TagClassName
{
border-color: #C991B5;
}
</style>