Shades of Lily #C982BA
Tints of Lily #C982BA
RGB
CMYK
RGB Variations
Color information
#C982BA (or 0xC982BA) is known color: Lily. HEX triplet: C9, 82 and BA. RGB value is (201,130,186). Sum of RGB (Red+Green+Blue) = 201+130+186=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C982BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982BA is #367D45. Grayscale: #9D9D9D. Windows color (decimal): -3571014 or 12223177. OLE color: 12223177.
HSL color Cylindrical-coordinate representation of color #C982BA: hue angle of 312.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982BA is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 186 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.21 |
| HSL | 312.68º | 0.4% | 0.65% | - |
| HSV(B) | 312.68º | 0.35% | 0.79% | - |
| XYZ | 40.93 | 31.93 | 50.46 | - |
| YUV | 157.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 186 | 0 | 0.35 | 0.07 | 0.21 | 312.68 | 0.4 | 0.65 |
| Hex | C9 | 82 | BA | 0 | 23 | 7 | 15 | 139 | 28 | 41 |
| Octal | 311 | 202 | 272 | 0 | 43 | 7 | 25 | 471 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10111010 | 0 | 100011 | 111 | 10101 | 100111001 | 101000 | 1000001 |
Color Harmonies of #C982BA
Complementary color
Monochromatic Colors of #C982BA
Black with #C982BA
Text Example
Text Example
White with #C982BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982BA; }
p { color: rgb(201,130,186); }
H1.HeaderClassName
{
color: #C982BA;
}
.AnyTagClassName
{
color: #C982BA;
}
</style>
background-color css
<style>
a { background-color: #C982BA; }
a { background-color: rgb(201,130,186); }
div.DivClassName
{
background-color: #C982BA;
}
.BgClassName
{
background-color: #C982BA;
}
</style>
border-color css
<style>
span { border-color: #C982BA; }
span { border-color: rgb(201,130,186); }
td.TdClassName
{
border-color: #C982BA;
}
.TagClassName
{
border-color: #C982BA;
}
</style>