Shades of Lily #C88CAC
Tints of Lily #C88CAC
RGB
CMYK
RGB Variations
Color information
#C88CAC (or 0xC88CAC) is known color: Lily. HEX triplet: C8, 8C and AC. RGB value is (200,140,172). Sum of RGB (Red+Green+Blue) = 200+140+172=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CAC is #377353. Grayscale: #A1A1A1. Windows color (decimal): -3634004 or 11308232. OLE color: 11308232.
HSL color Cylindrical-coordinate representation of color #C88CAC: hue angle of 328º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88CAC is Cyan = 0, Magento = 0.3, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 172 | - |
| CMYK | 0 | 0.3 | 0.14 | 0.22 |
| HSL | 328º | 0.35% | 0.67% | - |
| HSV(B) | 328º | 0.3% | 0.78% | - |
| XYZ | 40.64 | 34.01 | 43.45 | - |
| YUV | 161.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 172 | 0 | 0.3 | 0.14 | 0.22 | 328 | 0.35 | 0.67 |
| Hex | C8 | 8C | AC | 0 | 1E | E | 16 | 148 | 23 | 43 |
| Octal | 310 | 214 | 254 | 0 | 36 | 16 | 26 | 510 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10101100 | 0 | 11110 | 1110 | 10110 | 101001000 | 100011 | 1000011 |
Color Harmonies of #C88CAC
Complementary color
Monochromatic Colors of #C88CAC
Black with #C88CAC
Text Example
Text Example
White with #C88CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CAC; }
p { color: rgb(200,140,172); }
H1.HeaderClassName
{
color: #C88CAC;
}
.AnyTagClassName
{
color: #C88CAC;
}
</style>
background-color css
<style>
a { background-color: #C88CAC; }
a { background-color: rgb(200,140,172); }
div.DivClassName
{
background-color: #C88CAC;
}
.BgClassName
{
background-color: #C88CAC;
}
</style>
border-color css
<style>
span { border-color: #C88CAC; }
span { border-color: rgb(200,140,172); }
td.TdClassName
{
border-color: #C88CAC;
}
.TagClassName
{
border-color: #C88CAC;
}
</style>