Shades of Lily #C887BA
Tints of Lily #C887BA
RGB
CMYK
RGB Variations
Color information
#C887BA (or 0xC887BA) is known color: Lily. HEX triplet: C8, 87 and BA. RGB value is (200,135,186). Sum of RGB (Red+Green+Blue) = 200+135+186=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C887BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887BA is #377845. Grayscale: #A0A0A0. Windows color (decimal): -3635270 or 12224456. OLE color: 12224456.
HSL color Cylindrical-coordinate representation of color #C887BA: hue angle of 312.92º 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 #C887BA is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 186 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.22 |
| HSL | 312.92º | 0.37% | 0.66% | - |
| HSV(B) | 312.92º | 0.33% | 0.78% | - |
| XYZ | 41.35 | 33.15 | 50.67 | - |
| YUV | 160.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 186 | 0 | 0.32 | 0.07 | 0.22 | 312.92 | 0.37 | 0.66 |
| Hex | C8 | 87 | BA | 0 | 20 | 7 | 16 | 139 | 25 | 42 |
| Octal | 310 | 207 | 272 | 0 | 40 | 7 | 26 | 471 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10111010 | 0 | 100000 | 111 | 10110 | 100111001 | 100101 | 1000010 |
Color Harmonies of #C887BA
Complementary color
Monochromatic Colors of #C887BA
Black with #C887BA
Text Example
Text Example
White with #C887BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887BA; }
p { color: rgb(200,135,186); }
H1.HeaderClassName
{
color: #C887BA;
}
.AnyTagClassName
{
color: #C887BA;
}
</style>
background-color css
<style>
a { background-color: #C887BA; }
a { background-color: rgb(200,135,186); }
div.DivClassName
{
background-color: #C887BA;
}
.BgClassName
{
background-color: #C887BA;
}
</style>
border-color css
<style>
span { border-color: #C887BA; }
span { border-color: rgb(200,135,186); }
td.TdClassName
{
border-color: #C887BA;
}
.TagClassName
{
border-color: #C887BA;
}
</style>