Shades of Lily #C884B1
Tints of Lily #C884B1
RGB
CMYK
RGB Variations
Color information
#C884B1 (or 0xC884B1) is known color: Lily. HEX triplet: C8, 84 and B1. RGB value is (200,132,177). Sum of RGB (Red+Green+Blue) = 200+132+177=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C884B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884B1 is #377B4E. Grayscale: #9D9D9D. Windows color (decimal): -3636047 or 11633864. OLE color: 11633864.
HSL color Cylindrical-coordinate representation of color #C884B1: hue angle of 320.29º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884B1 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 177 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.22 |
| HSL | 320.29º | 0.38% | 0.65% | - |
| HSV(B) | 320.29º | 0.34% | 0.78% | - |
| XYZ | 40.01 | 31.96 | 45.65 | - |
| YUV | 157.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 177 | 0 | 0.34 | 0.12 | 0.22 | 320.29 | 0.38 | 0.65 |
| Hex | C8 | 84 | B1 | 0 | 22 | C | 16 | 140 | 26 | 41 |
| Octal | 310 | 204 | 261 | 0 | 42 | 14 | 26 | 500 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10110001 | 0 | 100010 | 1100 | 10110 | 101000000 | 100110 | 1000001 |
Color Harmonies of #C884B1
Complementary color
Monochromatic Colors of #C884B1
Black with #C884B1
Text Example
Text Example
White with #C884B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884B1; }
p { color: rgb(200,132,177); }
H1.HeaderClassName
{
color: #C884B1;
}
.AnyTagClassName
{
color: #C884B1;
}
</style>
background-color css
<style>
a { background-color: #C884B1; }
a { background-color: rgb(200,132,177); }
div.DivClassName
{
background-color: #C884B1;
}
.BgClassName
{
background-color: #C884B1;
}
</style>
border-color css
<style>
span { border-color: #C884B1; }
span { border-color: rgb(200,132,177); }
td.TdClassName
{
border-color: #C884B1;
}
.TagClassName
{
border-color: #C884B1;
}
</style>