Shades of Lily #C982AA
Tints of Lily #C982AA
RGB
CMYK
RGB Variations
Color information
#C982AA (or 0xC982AA) is known color: Lily. HEX triplet: C9, 82 and AA. RGB value is (201,130,170). Sum of RGB (Red+Green+Blue) = 201+130+170=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C982AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982AA is #367D55. Grayscale: #9B9B9B. Windows color (decimal): -3571030 or 11174601. OLE color: 11174601.
HSL color Cylindrical-coordinate representation of color #C982AA: hue angle of 326.2º 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 #C982AA is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 170 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.21 |
| HSL | 326.2º | 0.4% | 0.65% | - |
| HSV(B) | 326.2º | 0.35% | 0.79% | - |
| XYZ | 39.33 | 31.29 | 42 | - |
| YUV | 155.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 170 | 0 | 0.35 | 0.15 | 0.21 | 326.2 | 0.4 | 0.65 |
| Hex | C9 | 82 | AA | 0 | 23 | F | 15 | 146 | 28 | 41 |
| Octal | 311 | 202 | 252 | 0 | 43 | 17 | 25 | 506 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10101010 | 0 | 100011 | 1111 | 10101 | 101000110 | 101000 | 1000001 |
Color Harmonies of #C982AA
Complementary color
Monochromatic Colors of #C982AA
Black with #C982AA
Text Example
Text Example
White with #C982AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982AA; }
p { color: rgb(201,130,170); }
H1.HeaderClassName
{
color: #C982AA;
}
.AnyTagClassName
{
color: #C982AA;
}
</style>
background-color css
<style>
a { background-color: #C982AA; }
a { background-color: rgb(201,130,170); }
div.DivClassName
{
background-color: #C982AA;
}
.BgClassName
{
background-color: #C982AA;
}
</style>
border-color css
<style>
span { border-color: #C982AA; }
span { border-color: rgb(201,130,170); }
td.TdClassName
{
border-color: #C982AA;
}
.TagClassName
{
border-color: #C982AA;
}
</style>