Shades of Lily #C982AF
Tints of Lily #C982AF
RGB
CMYK
RGB Variations
Color information
#C982AF (or 0xC982AF) is known color: Lily. HEX triplet: C9, 82 and AF. RGB value is (201,130,175). Sum of RGB (Red+Green+Blue) = 201+130+175=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C982AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982AF is #367D50. Grayscale: #9C9C9C. Windows color (decimal): -3571025 or 11502281. OLE color: 11502281.
HSL color Cylindrical-coordinate representation of color #C982AF: hue angle of 321.97º 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 #C982AF is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 175 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.21 |
| HSL | 321.97º | 0.4% | 0.65% | - |
| HSV(B) | 321.97º | 0.35% | 0.79% | - |
| XYZ | 39.81 | 31.48 | 44.54 | - |
| YUV | 156.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 175 | 0 | 0.35 | 0.13 | 0.21 | 321.97 | 0.4 | 0.65 |
| Hex | C9 | 82 | AF | 0 | 23 | D | 15 | 142 | 28 | 41 |
| Octal | 311 | 202 | 257 | 0 | 43 | 15 | 25 | 502 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10101111 | 0 | 100011 | 1101 | 10101 | 101000010 | 101000 | 1000001 |
Color Harmonies of #C982AF
Complementary color
Monochromatic Colors of #C982AF
Black with #C982AF
Text Example
Text Example
White with #C982AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982AF; }
p { color: rgb(201,130,175); }
H1.HeaderClassName
{
color: #C982AF;
}
.AnyTagClassName
{
color: #C982AF;
}
</style>
background-color css
<style>
a { background-color: #C982AF; }
a { background-color: rgb(201,130,175); }
div.DivClassName
{
background-color: #C982AF;
}
.BgClassName
{
background-color: #C982AF;
}
</style>
border-color css
<style>
span { border-color: #C982AF; }
span { border-color: rgb(201,130,175); }
td.TdClassName
{
border-color: #C982AF;
}
.TagClassName
{
border-color: #C982AF;
}
</style>