Shades of Lily #C990B7
Tints of Lily #C990B7
RGB
CMYK
RGB Variations
Color information
#C990B7 (or 0xC990B7) is known color: Lily. HEX triplet: C9, 90 and B7. RGB value is (201,144,183). Sum of RGB (Red+Green+Blue) = 201+144+183=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C990B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990B7 is #366F48. Grayscale: #A5A5A5. Windows color (decimal): -3567433 or 12030153. OLE color: 12030153.
HSL color Cylindrical-coordinate representation of color #C990B7: hue angle of 318.95º 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 #C990B7 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 183 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.21 |
| HSL | 318.95º | 0.35% | 0.68% | - |
| HSV(B) | 318.95º | 0.28% | 0.79% | - |
| XYZ | 42.61 | 35.78 | 49.46 | - |
| YUV | 165.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 183 | 0 | 0.28 | 0.09 | 0.21 | 318.95 | 0.35 | 0.68 |
| Hex | C9 | 90 | B7 | 0 | 1C | 9 | 15 | 13F | 23 | 44 |
| Octal | 311 | 220 | 267 | 0 | 34 | 11 | 25 | 477 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10110111 | 0 | 11100 | 1001 | 10101 | 100111111 | 100011 | 1000100 |
Color Harmonies of #C990B7
Complementary color
Monochromatic Colors of #C990B7
Black with #C990B7
Text Example
Text Example
White with #C990B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990B7; }
p { color: rgb(201,144,183); }
H1.HeaderClassName
{
color: #C990B7;
}
.AnyTagClassName
{
color: #C990B7;
}
</style>
background-color css
<style>
a { background-color: #C990B7; }
a { background-color: rgb(201,144,183); }
div.DivClassName
{
background-color: #C990B7;
}
.BgClassName
{
background-color: #C990B7;
}
</style>
border-color css
<style>
span { border-color: #C990B7; }
span { border-color: rgb(201,144,183); }
td.TdClassName
{
border-color: #C990B7;
}
.TagClassName
{
border-color: #C990B7;
}
</style>