Shades of Lily #C880AC
Tints of Lily #C880AC
RGB
CMYK
RGB Variations
Color information
#C880AC (or 0xC880AC) is known color: Lily. HEX triplet: C8, 80 and AC. RGB value is (200,128,172). Sum of RGB (Red+Green+Blue) = 200+128+172=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C880AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880AC is #377F53. Grayscale: #9A9A9A. Windows color (decimal): -3637076 or 11305160. OLE color: 11305160.
HSL color Cylindrical-coordinate representation of color #C880AC: hue angle of 323.33º 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 #C880AC is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 172 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.22 |
| HSL | 323.33º | 0.4% | 0.64% | - |
| HSV(B) | 323.33º | 0.36% | 0.78% | - |
| XYZ | 38.98 | 30.7 | 42.9 | - |
| YUV | 154.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 172 | 0 | 0.36 | 0.14 | 0.22 | 323.33 | 0.4 | 0.64 |
| Hex | C8 | 80 | AC | 0 | 24 | E | 16 | 143 | 28 | 40 |
| Octal | 310 | 200 | 254 | 0 | 44 | 16 | 26 | 503 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10101100 | 0 | 100100 | 1110 | 10110 | 101000011 | 101000 | 1000000 |
Color Harmonies of #C880AC
Complementary color
Monochromatic Colors of #C880AC
Black with #C880AC
Text Example
Text Example
White with #C880AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880AC; }
p { color: rgb(200,128,172); }
H1.HeaderClassName
{
color: #C880AC;
}
.AnyTagClassName
{
color: #C880AC;
}
</style>
background-color css
<style>
a { background-color: #C880AC; }
a { background-color: rgb(200,128,172); }
div.DivClassName
{
background-color: #C880AC;
}
.BgClassName
{
background-color: #C880AC;
}
</style>
border-color css
<style>
span { border-color: #C880AC; }
span { border-color: rgb(200,128,172); }
td.TdClassName
{
border-color: #C880AC;
}
.TagClassName
{
border-color: #C880AC;
}
</style>