Shades of Lily #C981BA
Tints of Lily #C981BA
RGB
CMYK
RGB Variations
Color information
#C981BA (or 0xC981BA) is known color: Lily. HEX triplet: C9, 81 and BA. RGB value is (201,129,186). Sum of RGB (Red+Green+Blue) = 201+129+186=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C981BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981BA is #367E45. Grayscale: #9C9C9C. Windows color (decimal): -3571270 or 12222921. OLE color: 12222921.
HSL color Cylindrical-coordinate representation of color #C981BA: hue angle of 312.5º 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 #C981BA is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 186 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.21 |
| HSL | 312.5º | 0.4% | 0.65% | - |
| HSV(B) | 312.5º | 0.36% | 0.79% | - |
| XYZ | 40.8 | 31.66 | 50.42 | - |
| YUV | 157.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 186 | 0 | 0.36 | 0.07 | 0.21 | 312.5 | 0.4 | 0.65 |
| Hex | C9 | 81 | BA | 0 | 24 | 7 | 15 | 138 | 28 | 41 |
| Octal | 311 | 201 | 272 | 0 | 44 | 7 | 25 | 470 | 50 | 101 |
| Binary | 11001001 | 10000001 | 10111010 | 0 | 100100 | 111 | 10101 | 100111000 | 101000 | 1000001 |
Color Harmonies of #C981BA
Complementary color
Monochromatic Colors of #C981BA
Black with #C981BA
Text Example
Text Example
White with #C981BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981BA; }
p { color: rgb(201,129,186); }
H1.HeaderClassName
{
color: #C981BA;
}
.AnyTagClassName
{
color: #C981BA;
}
</style>
background-color css
<style>
a { background-color: #C981BA; }
a { background-color: rgb(201,129,186); }
div.DivClassName
{
background-color: #C981BA;
}
.BgClassName
{
background-color: #C981BA;
}
</style>
border-color css
<style>
span { border-color: #C981BA; }
span { border-color: rgb(201,129,186); }
td.TdClassName
{
border-color: #C981BA;
}
.TagClassName
{
border-color: #C981BA;
}
</style>