Shades of Lily #C882AC
Tints of Lily #C882AC
RGB
CMYK
RGB Variations
Color information
#C882AC (or 0xC882AC) is known color: Lily. HEX triplet: C8, 82 and AC. RGB value is (200,130,172). Sum of RGB (Red+Green+Blue) = 200+130+172=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C882AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882AC is #377D53. Grayscale: #9B9B9B. Windows color (decimal): -3636564 or 11305672. OLE color: 11305672.
HSL color Cylindrical-coordinate representation of color #C882AC: hue angle of 324º 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 #C882AC is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 172 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.22 |
| HSL | 324º | 0.39% | 0.65% | - |
| HSV(B) | 324º | 0.35% | 0.78% | - |
| XYZ | 39.25 | 31.22 | 42.99 | - |
| YUV | 155.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 172 | 0 | 0.35 | 0.14 | 0.22 | 324 | 0.39 | 0.65 |
| Hex | C8 | 82 | AC | 0 | 23 | E | 16 | 144 | 27 | 41 |
| Octal | 310 | 202 | 254 | 0 | 43 | 16 | 26 | 504 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10101100 | 0 | 100011 | 1110 | 10110 | 101000100 | 100111 | 1000001 |
Color Harmonies of #C882AC
Complementary color
Monochromatic Colors of #C882AC
Black with #C882AC
Text Example
Text Example
White with #C882AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882AC; }
p { color: rgb(200,130,172); }
H1.HeaderClassName
{
color: #C882AC;
}
.AnyTagClassName
{
color: #C882AC;
}
</style>
background-color css
<style>
a { background-color: #C882AC; }
a { background-color: rgb(200,130,172); }
div.DivClassName
{
background-color: #C882AC;
}
.BgClassName
{
background-color: #C882AC;
}
</style>
border-color css
<style>
span { border-color: #C882AC; }
span { border-color: rgb(200,130,172); }
td.TdClassName
{
border-color: #C882AC;
}
.TagClassName
{
border-color: #C882AC;
}
</style>