Shades of Lily #C887AC
Tints of Lily #C887AC
RGB
CMYK
RGB Variations
Color information
#C887AC (or 0xC887AC) is known color: Lily. HEX triplet: C8, 87 and AC. RGB value is (200,135,172). Sum of RGB (Red+Green+Blue) = 200+135+172=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C887AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887AC is #377853. Grayscale: #9E9E9E. Windows color (decimal): -3635284 or 11306952. OLE color: 11306952.
HSL color Cylindrical-coordinate representation of color #C887AC: hue angle of 325.85º 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 #C887AC is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 172 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.22 |
| HSL | 325.85º | 0.37% | 0.66% | - |
| HSV(B) | 325.85º | 0.33% | 0.78% | - |
| XYZ | 39.93 | 32.59 | 43.21 | - |
| YUV | 158.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 172 | 0 | 0.32 | 0.14 | 0.22 | 325.85 | 0.37 | 0.66 |
| Hex | C8 | 87 | AC | 0 | 20 | E | 16 | 146 | 25 | 42 |
| Octal | 310 | 207 | 254 | 0 | 40 | 16 | 26 | 506 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10101100 | 0 | 100000 | 1110 | 10110 | 101000110 | 100101 | 1000010 |
Color Harmonies of #C887AC
Complementary color
Monochromatic Colors of #C887AC
Black with #C887AC
Text Example
Text Example
White with #C887AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887AC; }
p { color: rgb(200,135,172); }
H1.HeaderClassName
{
color: #C887AC;
}
.AnyTagClassName
{
color: #C887AC;
}
</style>
background-color css
<style>
a { background-color: #C887AC; }
a { background-color: rgb(200,135,172); }
div.DivClassName
{
background-color: #C887AC;
}
.BgClassName
{
background-color: #C887AC;
}
</style>
border-color css
<style>
span { border-color: #C887AC; }
span { border-color: rgb(200,135,172); }
td.TdClassName
{
border-color: #C887AC;
}
.TagClassName
{
border-color: #C887AC;
}
</style>