Shades of Lily #C990BA
Tints of Lily #C990BA
RGB
CMYK
RGB Variations
Color information
#C990BA (or 0xC990BA) is known color: Lily. HEX triplet: C9, 90 and BA. RGB value is (201,144,186). Sum of RGB (Red+Green+Blue) = 201+144+186=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C990BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990BA is #366F45. Grayscale: #A5A5A5. Windows color (decimal): -3567430 or 12226761. OLE color: 12226761.
HSL color Cylindrical-coordinate representation of color #C990BA: hue angle of 315.79º degrees, saturation: 0.35, 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 #C990BA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 186 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.21 |
| HSL | 315.79º | 0.35% | 0.68% | - |
| HSV(B) | 315.79º | 0.28% | 0.79% | - |
| XYZ | 42.92 | 35.91 | 51.12 | - |
| YUV | 165.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 186 | 0 | 0.28 | 0.07 | 0.21 | 315.79 | 0.35 | 0.68 |
| Hex | C9 | 90 | BA | 0 | 1C | 7 | 15 | 13C | 23 | 44 |
| Octal | 311 | 220 | 272 | 0 | 34 | 7 | 25 | 474 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10111010 | 0 | 11100 | 111 | 10101 | 100111100 | 100011 | 1000100 |
Color Harmonies of #C990BA
Complementary color
Monochromatic Colors of #C990BA
Black with #C990BA
Text Example
Text Example
White with #C990BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990BA; }
p { color: rgb(201,144,186); }
H1.HeaderClassName
{
color: #C990BA;
}
.AnyTagClassName
{
color: #C990BA;
}
</style>
background-color css
<style>
a { background-color: #C990BA; }
a { background-color: rgb(201,144,186); }
div.DivClassName
{
background-color: #C990BA;
}
.BgClassName
{
background-color: #C990BA;
}
</style>
border-color css
<style>
span { border-color: #C990BA; }
span { border-color: rgb(201,144,186); }
td.TdClassName
{
border-color: #C990BA;
}
.TagClassName
{
border-color: #C990BA;
}
</style>