Shades of Lily #C888AE
Tints of Lily #C888AE
RGB
CMYK
RGB Variations
Color information
#C888AE (or 0xC888AE) is known color: Lily. HEX triplet: C8, 88 and AE. RGB value is (200,136,174). Sum of RGB (Red+Green+Blue) = 200+136+174=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C888AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C888AE is #377751. Grayscale: #9F9F9F. Windows color (decimal): -3635026 or 11438280. OLE color: 11438280.
HSL color Cylindrical-coordinate representation of color #C888AE: hue angle of 324.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C888AE is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 136 | 174 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.22 |
| HSL | 324.38º | 0.37% | 0.66% | - |
| HSV(B) | 324.38º | 0.32% | 0.78% | - |
| XYZ | 40.26 | 32.94 | 44.28 | - |
| YUV | 159.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 174 | 0 | 0.32 | 0.13 | 0.22 | 324.38 | 0.37 | 0.66 |
| Hex | C8 | 88 | AE | 0 | 20 | D | 16 | 144 | 25 | 42 |
| Octal | 310 | 210 | 256 | 0 | 40 | 15 | 26 | 504 | 45 | 102 |
| Binary | 11001000 | 10001000 | 10101110 | 0 | 100000 | 1101 | 10110 | 101000100 | 100101 | 1000010 |
Color Harmonies of #C888AE
Complementary color
Monochromatic Colors of #C888AE
Black with #C888AE
Text Example
Text Example
White with #C888AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888AE; }
p { color: rgb(200,136,174); }
H1.HeaderClassName
{
color: #C888AE;
}
.AnyTagClassName
{
color: #C888AE;
}
</style>
background-color css
<style>
a { background-color: #C888AE; }
a { background-color: rgb(200,136,174); }
div.DivClassName
{
background-color: #C888AE;
}
.BgClassName
{
background-color: #C888AE;
}
</style>
border-color css
<style>
span { border-color: #C888AE; }
span { border-color: rgb(200,136,174); }
td.TdClassName
{
border-color: #C888AE;
}
.TagClassName
{
border-color: #C888AE;
}
</style>