Shades of Lily #C887B0
Tints of Lily #C887B0
RGB
CMYK
RGB Variations
Color information
#C887B0 (or 0xC887B0) is known color: Lily. HEX triplet: C8, 87 and B0. RGB value is (200,135,176). Sum of RGB (Red+Green+Blue) = 200+135+176=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887B0 is #37784F. Grayscale: #9F9F9F. Windows color (decimal): -3635280 or 11569096. OLE color: 11569096.
HSL color Cylindrical-coordinate representation of color #C887B0: hue angle of 322.15º 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 #C887B0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 176 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.22 |
| HSL | 322.15º | 0.37% | 0.66% | - |
| HSV(B) | 322.15º | 0.33% | 0.78% | - |
| XYZ | 40.32 | 32.74 | 45.27 | - |
| YUV | 159.11 | 137.53 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 176 | 0 | 0.32 | 0.12 | 0.22 | 322.15 | 0.37 | 0.66 |
| Hex | C8 | 87 | B0 | 0 | 20 | C | 16 | 142 | 25 | 42 |
| Octal | 310 | 207 | 260 | 0 | 40 | 14 | 26 | 502 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10110000 | 0 | 100000 | 1100 | 10110 | 101000010 | 100101 | 1000010 |
Color Harmonies of #C887B0
Complementary color
Monochromatic Colors of #C887B0
Black with #C887B0
Text Example
Text Example
White with #C887B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887B0; }
p { color: rgb(200,135,176); }
H1.HeaderClassName
{
color: #C887B0;
}
.AnyTagClassName
{
color: #C887B0;
}
</style>
background-color css
<style>
a { background-color: #C887B0; }
a { background-color: rgb(200,135,176); }
div.DivClassName
{
background-color: #C887B0;
}
.BgClassName
{
background-color: #C887B0;
}
</style>
border-color css
<style>
span { border-color: #C887B0; }
span { border-color: rgb(200,135,176); }
td.TdClassName
{
border-color: #C887B0;
}
.TagClassName
{
border-color: #C887B0;
}
</style>