Shades of Lily #C880AB
Tints of Lily #C880AB
RGB
CMYK
RGB Variations
Color information
#C880AB (or 0xC880AB) is known color: Lily. HEX triplet: C8, 80 and AB. RGB value is (200,128,171). Sum of RGB (Red+Green+Blue) = 200+128+171=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C880AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880AB is #377F54. Grayscale: #9A9A9A. Windows color (decimal): -3637077 or 11239624. OLE color: 11239624.
HSL color Cylindrical-coordinate representation of color #C880AB: hue angle of 324.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C880AB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 171 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.22 |
| HSL | 324.17º | 0.4% | 0.64% | - |
| HSV(B) | 324.17º | 0.36% | 0.78% | - |
| XYZ | 38.89 | 30.66 | 42.4 | - |
| YUV | 154.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 171 | 0 | 0.36 | 0.14 | 0.22 | 324.17 | 0.4 | 0.64 |
| Hex | C8 | 80 | AB | 0 | 24 | E | 16 | 144 | 28 | 40 |
| Octal | 310 | 200 | 253 | 0 | 44 | 16 | 26 | 504 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10101011 | 0 | 100100 | 1110 | 10110 | 101000100 | 101000 | 1000000 |
Color Harmonies of #C880AB
Complementary color
Monochromatic Colors of #C880AB
Black with #C880AB
Text Example
Text Example
White with #C880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880AB; }
p { color: rgb(200,128,171); }
H1.HeaderClassName
{
color: #C880AB;
}
.AnyTagClassName
{
color: #C880AB;
}
</style>
background-color css
<style>
a { background-color: #C880AB; }
a { background-color: rgb(200,128,171); }
div.DivClassName
{
background-color: #C880AB;
}
.BgClassName
{
background-color: #C880AB;
}
</style>
border-color css
<style>
span { border-color: #C880AB; }
span { border-color: rgb(200,128,171); }
td.TdClassName
{
border-color: #C880AB;
}
.TagClassName
{
border-color: #C880AB;
}
</style>