Shades of Lily #C980AA
Tints of Lily #C980AA
RGB
CMYK
RGB Variations
Color information
#C980AA (or 0xC980AA) is known color: Lily. HEX triplet: C9, 80 and AA. RGB value is (201,128,170). Sum of RGB (Red+Green+Blue) = 201+128+170=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AA is #367F55. Grayscale: #9A9A9A. Windows color (decimal): -3571542 or 11174089. OLE color: 11174089.
HSL color Cylindrical-coordinate representation of color #C980AA: hue angle of 325.48º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980AA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 170 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.21 |
| HSL | 325.48º | 0.4% | 0.65% | - |
| HSV(B) | 325.48º | 0.36% | 0.79% | - |
| XYZ | 39.06 | 30.76 | 41.91 | - |
| YUV | 154.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 170 | 0 | 0.36 | 0.15 | 0.21 | 325.48 | 0.4 | 0.65 |
| Hex | C9 | 80 | AA | 0 | 24 | F | 15 | 145 | 28 | 41 |
| Octal | 311 | 200 | 252 | 0 | 44 | 17 | 25 | 505 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10101010 | 0 | 100100 | 1111 | 10101 | 101000101 | 101000 | 1000001 |
Color Harmonies of #C980AA
Complementary color
Monochromatic Colors of #C980AA
Black with #C980AA
Text Example
Text Example
White with #C980AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980AA; }
p { color: rgb(201,128,170); }
H1.HeaderClassName
{
color: #C980AA;
}
.AnyTagClassName
{
color: #C980AA;
}
</style>
background-color css
<style>
a { background-color: #C980AA; }
a { background-color: rgb(201,128,170); }
div.DivClassName
{
background-color: #C980AA;
}
.BgClassName
{
background-color: #C980AA;
}
</style>
border-color css
<style>
span { border-color: #C980AA; }
span { border-color: rgb(201,128,170); }
td.TdClassName
{
border-color: #C980AA;
}
.TagClassName
{
border-color: #C980AA;
}
</style>