Shades of Lily #C88FAB
Tints of Lily #C88FAB
RGB
CMYK
RGB Variations
Color information
#C88FAB (or 0xC88FAB) is known color: Lily. HEX triplet: C8, 8F and AB. RGB value is (200,143,171). Sum of RGB (Red+Green+Blue) = 200+143+171=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FAB is #377054. Grayscale: #A3A3A3. Windows color (decimal): -3633237 or 11243464. OLE color: 11243464.
HSL color Cylindrical-coordinate representation of color #C88FAB: hue angle of 330.53º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88FAB is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 171 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.22 |
| HSL | 330.53º | 0.34% | 0.67% | - |
| HSV(B) | 330.53º | 0.29% | 0.78% | - |
| XYZ | 40.99 | 34.86 | 43.1 | - |
| YUV | 163.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 171 | 0 | 0.28 | 0.14 | 0.22 | 330.53 | 0.34 | 0.67 |
| Hex | C8 | 8F | AB | 0 | 1C | E | 16 | 14B | 22 | 43 |
| Octal | 310 | 217 | 253 | 0 | 34 | 16 | 26 | 513 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10101011 | 0 | 11100 | 1110 | 10110 | 101001011 | 100010 | 1000011 |
Color Harmonies of #C88FAB
Complementary color
Monochromatic Colors of #C88FAB
Black with #C88FAB
Text Example
Text Example
White with #C88FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FAB; }
p { color: rgb(200,143,171); }
H1.HeaderClassName
{
color: #C88FAB;
}
.AnyTagClassName
{
color: #C88FAB;
}
</style>
background-color css
<style>
a { background-color: #C88FAB; }
a { background-color: rgb(200,143,171); }
div.DivClassName
{
background-color: #C88FAB;
}
.BgClassName
{
background-color: #C88FAB;
}
</style>
border-color css
<style>
span { border-color: #C88FAB; }
span { border-color: rgb(200,143,171); }
td.TdClassName
{
border-color: #C88FAB;
}
.TagClassName
{
border-color: #C88FAB;
}
</style>