Shades of Lily #C990B3
Tints of Lily #C990B3
RGB
CMYK
RGB Variations
Color information
#C990B3 (or 0xC990B3) is known color: Lily. HEX triplet: C9, 90 and B3. RGB value is (201,144,179). Sum of RGB (Red+Green+Blue) = 201+144+179=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C990B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990B3 is #366F4C. Grayscale: #A4A4A4. Windows color (decimal): -3567437 or 11768009. OLE color: 11768009.
HSL color Cylindrical-coordinate representation of color #C990B3: hue angle of 323.16º 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 #C990B3 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 179 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.21 |
| HSL | 323.16º | 0.35% | 0.68% | - |
| HSV(B) | 323.16º | 0.28% | 0.79% | - |
| XYZ | 42.2 | 35.62 | 47.3 | - |
| YUV | 165.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 179 | 0 | 0.28 | 0.11 | 0.21 | 323.16 | 0.35 | 0.68 |
| Hex | C9 | 90 | B3 | 0 | 1C | B | 15 | 143 | 23 | 44 |
| Octal | 311 | 220 | 263 | 0 | 34 | 13 | 25 | 503 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10110011 | 0 | 11100 | 1011 | 10101 | 101000011 | 100011 | 1000100 |
Color Harmonies of #C990B3
Complementary color
Monochromatic Colors of #C990B3
Black with #C990B3
Text Example
Text Example
White with #C990B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990B3; }
p { color: rgb(201,144,179); }
H1.HeaderClassName
{
color: #C990B3;
}
.AnyTagClassName
{
color: #C990B3;
}
</style>
background-color css
<style>
a { background-color: #C990B3; }
a { background-color: rgb(201,144,179); }
div.DivClassName
{
background-color: #C990B3;
}
.BgClassName
{
background-color: #C990B3;
}
</style>
border-color css
<style>
span { border-color: #C990B3; }
span { border-color: rgb(201,144,179); }
td.TdClassName
{
border-color: #C990B3;
}
.TagClassName
{
border-color: #C990B3;
}
</style>