Shades of Lily #C88FAE
Tints of Lily #C88FAE
RGB
CMYK
RGB Variations
Color information
#C88FAE (or 0xC88FAE) is known color: Lily. HEX triplet: C8, 8F and AE. RGB value is (200,143,174). Sum of RGB (Red+Green+Blue) = 200+143+174=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FAE is #377051. Grayscale: #A3A3A3. Windows color (decimal): -3633234 or 11440072. OLE color: 11440072.
HSL color Cylindrical-coordinate representation of color #C88FAE: hue angle of 327.37º 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 #C88FAE is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 174 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.22 |
| HSL | 327.37º | 0.34% | 0.67% | - |
| HSV(B) | 327.37º | 0.29% | 0.78% | - |
| XYZ | 41.28 | 34.98 | 44.62 | - |
| YUV | 163.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 174 | 0 | 0.28 | 0.13 | 0.22 | 327.37 | 0.34 | 0.67 |
| Hex | C8 | 8F | AE | 0 | 1C | D | 16 | 147 | 22 | 43 |
| Octal | 310 | 217 | 256 | 0 | 34 | 15 | 26 | 507 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10101110 | 0 | 11100 | 1101 | 10110 | 101000111 | 100010 | 1000011 |
Color Harmonies of #C88FAE
Complementary color
Monochromatic Colors of #C88FAE
Black with #C88FAE
Text Example
Text Example
White with #C88FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FAE; }
p { color: rgb(200,143,174); }
H1.HeaderClassName
{
color: #C88FAE;
}
.AnyTagClassName
{
color: #C88FAE;
}
</style>
background-color css
<style>
a { background-color: #C88FAE; }
a { background-color: rgb(200,143,174); }
div.DivClassName
{
background-color: #C88FAE;
}
.BgClassName
{
background-color: #C88FAE;
}
</style>
border-color css
<style>
span { border-color: #C88FAE; }
span { border-color: rgb(200,143,174); }
td.TdClassName
{
border-color: #C88FAE;
}
.TagClassName
{
border-color: #C88FAE;
}
</style>