Shades of Lily #C980B6
Tints of Lily #C980B6
RGB
CMYK
RGB Variations
Color information
#C980B6 (or 0xC980B6) is known color: Lily. HEX triplet: C9, 80 and B6. RGB value is (201,128,182). Sum of RGB (Red+Green+Blue) = 201+128+182=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C980B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980B6 is #367F49. Grayscale: #9B9B9B. Windows color (decimal): -3571530 or 11960521. OLE color: 11960521.
HSL color Cylindrical-coordinate representation of color #C980B6: hue angle of 315.62º 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 #C980B6 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 182 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.21 |
| HSL | 315.62º | 0.4% | 0.65% | - |
| HSV(B) | 315.62º | 0.36% | 0.79% | - |
| XYZ | 40.25 | 31.23 | 48.16 | - |
| YUV | 155.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 182 | 0 | 0.36 | 0.09 | 0.21 | 315.62 | 0.4 | 0.65 |
| Hex | C9 | 80 | B6 | 0 | 24 | 9 | 15 | 13C | 28 | 41 |
| Octal | 311 | 200 | 266 | 0 | 44 | 11 | 25 | 474 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10110110 | 0 | 100100 | 1001 | 10101 | 100111100 | 101000 | 1000001 |
Color Harmonies of #C980B6
Complementary color
Monochromatic Colors of #C980B6
Black with #C980B6
Text Example
Text Example
White with #C980B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980B6; }
p { color: rgb(201,128,182); }
H1.HeaderClassName
{
color: #C980B6;
}
.AnyTagClassName
{
color: #C980B6;
}
</style>
background-color css
<style>
a { background-color: #C980B6; }
a { background-color: rgb(201,128,182); }
div.DivClassName
{
background-color: #C980B6;
}
.BgClassName
{
background-color: #C980B6;
}
</style>
border-color css
<style>
span { border-color: #C980B6; }
span { border-color: rgb(201,128,182); }
td.TdClassName
{
border-color: #C980B6;
}
.TagClassName
{
border-color: #C980B6;
}
</style>