Shades of Lily #C990BC
Tints of Lily #C990BC
RGB
CMYK
RGB Variations
Color information
#C990BC (or 0xC990BC) is known color: Lily. HEX triplet: C9, 90 and BC. RGB value is (201,144,188). Sum of RGB (Red+Green+Blue) = 201+144+188=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C990BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990BC is #366F43. Grayscale: #A5A5A5. Windows color (decimal): -3567428 or 12357833. OLE color: 12357833.
HSL color Cylindrical-coordinate representation of color #C990BC: hue angle of 313.68º 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 #C990BC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 188 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.21 |
| HSL | 313.68º | 0.35% | 0.68% | - |
| HSV(B) | 313.68º | 0.28% | 0.79% | - |
| XYZ | 43.14 | 35.99 | 52.25 | - |
| YUV | 166.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 188 | 0 | 0.28 | 0.06 | 0.21 | 313.68 | 0.35 | 0.68 |
| Hex | C9 | 90 | BC | 0 | 1C | 6 | 15 | 13A | 23 | 44 |
| Octal | 311 | 220 | 274 | 0 | 34 | 6 | 25 | 472 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10111100 | 0 | 11100 | 110 | 10101 | 100111010 | 100011 | 1000100 |
Color Harmonies of #C990BC
Complementary color
Monochromatic Colors of #C990BC
Black with #C990BC
Text Example
Text Example
White with #C990BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990BC; }
p { color: rgb(201,144,188); }
H1.HeaderClassName
{
color: #C990BC;
}
.AnyTagClassName
{
color: #C990BC;
}
</style>
background-color css
<style>
a { background-color: #C990BC; }
a { background-color: rgb(201,144,188); }
div.DivClassName
{
background-color: #C990BC;
}
.BgClassName
{
background-color: #C990BC;
}
</style>
border-color css
<style>
span { border-color: #C990BC; }
span { border-color: rgb(201,144,188); }
td.TdClassName
{
border-color: #C990BC;
}
.TagClassName
{
border-color: #C990BC;
}
</style>