Shades of Lily #C88AAC
Tints of Lily #C88AAC
RGB
CMYK
RGB Variations
Color information
#C88AAC (or 0xC88AAC) is known color: Lily. HEX triplet: C8, 8A and AC. RGB value is (200,138,172). Sum of RGB (Red+Green+Blue) = 200+138+172=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAC is #377553. Grayscale: #A0A0A0. Windows color (decimal): -3634516 or 11307720. OLE color: 11307720.
HSL color Cylindrical-coordinate representation of color #C88AAC: hue angle of 327.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AAC is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 172 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.22 |
| HSL | 327.1º | 0.36% | 0.66% | - |
| HSV(B) | 327.1º | 0.31% | 0.78% | - |
| XYZ | 40.35 | 33.43 | 43.36 | - |
| YUV | 160.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 172 | 0 | 0.31 | 0.14 | 0.22 | 327.1 | 0.36 | 0.66 |
| Hex | C8 | 8A | AC | 0 | 1F | E | 16 | 147 | 24 | 42 |
| Octal | 310 | 212 | 254 | 0 | 37 | 16 | 26 | 507 | 44 | 102 |
| Binary | 11001000 | 10001010 | 10101100 | 0 | 11111 | 1110 | 10110 | 101000111 | 100100 | 1000010 |
Color Harmonies of #C88AAC
Complementary color
Monochromatic Colors of #C88AAC
Black with #C88AAC
Text Example
Text Example
White with #C88AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AAC; }
p { color: rgb(200,138,172); }
H1.HeaderClassName
{
color: #C88AAC;
}
.AnyTagClassName
{
color: #C88AAC;
}
</style>
background-color css
<style>
a { background-color: #C88AAC; }
a { background-color: rgb(200,138,172); }
div.DivClassName
{
background-color: #C88AAC;
}
.BgClassName
{
background-color: #C88AAC;
}
</style>
border-color css
<style>
span { border-color: #C88AAC; }
span { border-color: rgb(200,138,172); }
td.TdClassName
{
border-color: #C88AAC;
}
.TagClassName
{
border-color: #C88AAC;
}
</style>