Shades of Lily #C88CAE
Tints of Lily #C88CAE
RGB
CMYK
RGB Variations
Color information
#C88CAE (or 0xC88CAE) is known color: Lily. HEX triplet: C8, 8C and AE. RGB value is (200,140,174). Sum of RGB (Red+Green+Blue) = 200+140+174=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CAE is #377351. Grayscale: #A1A1A1. Windows color (decimal): -3634002 or 11439304. OLE color: 11439304.
HSL color Cylindrical-coordinate representation of color #C88CAE: hue angle of 326º 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 #C88CAE is Cyan = 0, Magento = 0.3, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 174 | - |
| CMYK | 0 | 0.3 | 0.13 | 0.22 |
| HSL | 326º | 0.35% | 0.67% | - |
| HSV(B) | 326º | 0.3% | 0.78% | - |
| XYZ | 40.84 | 34.09 | 44.47 | - |
| YUV | 161.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 174 | 0 | 0.3 | 0.13 | 0.22 | 326 | 0.35 | 0.67 |
| Hex | C8 | 8C | AE | 0 | 1E | D | 16 | 146 | 23 | 43 |
| Octal | 310 | 214 | 256 | 0 | 36 | 15 | 26 | 506 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10101110 | 0 | 11110 | 1101 | 10110 | 101000110 | 100011 | 1000011 |
Color Harmonies of #C88CAE
Complementary color
Monochromatic Colors of #C88CAE
Black with #C88CAE
Text Example
Text Example
White with #C88CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CAE; }
p { color: rgb(200,140,174); }
H1.HeaderClassName
{
color: #C88CAE;
}
.AnyTagClassName
{
color: #C88CAE;
}
</style>
background-color css
<style>
a { background-color: #C88CAE; }
a { background-color: rgb(200,140,174); }
div.DivClassName
{
background-color: #C88CAE;
}
.BgClassName
{
background-color: #C88CAE;
}
</style>
border-color css
<style>
span { border-color: #C88CAE; }
span { border-color: rgb(200,140,174); }
td.TdClassName
{
border-color: #C88CAE;
}
.TagClassName
{
border-color: #C88CAE;
}
</style>