Shades of Lily #C88AAF
Tints of Lily #C88AAF
RGB
CMYK
RGB Variations
Color information
#C88AAF (or 0xC88AAF) is known color: Lily. HEX triplet: C8, 8A and AF. RGB value is (200,138,175). Sum of RGB (Red+Green+Blue) = 200+138+175=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAF is #377550. Grayscale: #A0A0A0. Windows color (decimal): -3634513 or 11504328. OLE color: 11504328.
HSL color Cylindrical-coordinate representation of color #C88AAF: hue angle of 324.19º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88AAF is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 175 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.22 |
| HSL | 324.19º | 0.36% | 0.66% | - |
| HSV(B) | 324.19º | 0.31% | 0.78% | - |
| XYZ | 40.65 | 33.55 | 44.89 | - |
| YUV | 160.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 175 | 0 | 0.31 | 0.12 | 0.22 | 324.19 | 0.36 | 0.66 |
| Hex | C8 | 8A | AF | 0 | 1F | C | 16 | 144 | 24 | 42 |
| Octal | 310 | 212 | 257 | 0 | 37 | 14 | 26 | 504 | 44 | 102 |
| Binary | 11001000 | 10001010 | 10101111 | 0 | 11111 | 1100 | 10110 | 101000100 | 100100 | 1000010 |
Color Harmonies of #C88AAF
Complementary color
Monochromatic Colors of #C88AAF
Black with #C88AAF
Text Example
Text Example
White with #C88AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88AAF; }
p { color: rgb(200,138,175); }
H1.HeaderClassName
{
color: #C88AAF;
}
.AnyTagClassName
{
color: #C88AAF;
}
</style>
background-color css
<style>
a { background-color: #C88AAF; }
a { background-color: rgb(200,138,175); }
div.DivClassName
{
background-color: #C88AAF;
}
.BgClassName
{
background-color: #C88AAF;
}
</style>
border-color css
<style>
span { border-color: #C88AAF; }
span { border-color: rgb(200,138,175); }
td.TdClassName
{
border-color: #C88AAF;
}
.TagClassName
{
border-color: #C88AAF;
}
</style>