Shades of Lily #C882AB
Tints of Lily #C882AB
RGB
CMYK
RGB Variations
Color information
#C882AB (or 0xC882AB) is known color: Lily. HEX triplet: C8, 82 and AB. RGB value is (200,130,171). Sum of RGB (Red+Green+Blue) = 200+130+171=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AB is #377D54. Grayscale: #9B9B9B. Windows color (decimal): -3636565 or 11240136. OLE color: 11240136.
HSL color Cylindrical-coordinate representation of color #C882AB: hue angle of 324.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882AB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 171 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.22 |
| HSL | 324.86º | 0.39% | 0.65% | - |
| HSV(B) | 324.86º | 0.35% | 0.78% | - |
| XYZ | 39.15 | 31.18 | 42.48 | - |
| YUV | 155.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 171 | 0 | 0.35 | 0.14 | 0.22 | 324.86 | 0.39 | 0.65 |
| Hex | C8 | 82 | AB | 0 | 23 | E | 16 | 145 | 27 | 41 |
| Octal | 310 | 202 | 253 | 0 | 43 | 16 | 26 | 505 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10101011 | 0 | 100011 | 1110 | 10110 | 101000101 | 100111 | 1000001 |
Color Harmonies of #C882AB
Complementary color
Monochromatic Colors of #C882AB
Black with #C882AB
Text Example
Text Example
White with #C882AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882AB; }
p { color: rgb(200,130,171); }
H1.HeaderClassName
{
color: #C882AB;
}
.AnyTagClassName
{
color: #C882AB;
}
</style>
background-color css
<style>
a { background-color: #C882AB; }
a { background-color: rgb(200,130,171); }
div.DivClassName
{
background-color: #C882AB;
}
.BgClassName
{
background-color: #C882AB;
}
</style>
border-color css
<style>
span { border-color: #C882AB; }
span { border-color: rgb(200,130,171); }
td.TdClassName
{
border-color: #C882AB;
}
.TagClassName
{
border-color: #C882AB;
}
</style>