Shades of Lily #C891BA
Tints of Lily #C891BA
RGB
CMYK
RGB Variations
Color information
#C891BA (or 0xC891BA) is known color: Lily. HEX triplet: C8, 91 and BA. RGB value is (200,145,186). Sum of RGB (Red+Green+Blue) = 200+145+186=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C891BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891BA is #376E45. Grayscale: #A6A6A6. Windows color (decimal): -3632710 or 12227016. OLE color: 12227016.
HSL color Cylindrical-coordinate representation of color #C891BA: hue angle of 315.27º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C891BA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 186 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.22 |
| HSL | 315.27º | 0.33% | 0.68% | - |
| HSV(B) | 315.27º | 0.28% | 0.78% | - |
| XYZ | 42.81 | 36.08 | 51.16 | - |
| YUV | 166.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 186 | 0 | 0.28 | 0.07 | 0.22 | 315.27 | 0.33 | 0.68 |
| Hex | C8 | 91 | BA | 0 | 1C | 7 | 16 | 13B | 21 | 44 |
| Octal | 310 | 221 | 272 | 0 | 34 | 7 | 26 | 473 | 41 | 104 |
| Binary | 11001000 | 10010001 | 10111010 | 0 | 11100 | 111 | 10110 | 100111011 | 100001 | 1000100 |
Color Harmonies of #C891BA
Complementary color
Monochromatic Colors of #C891BA
Black with #C891BA
Text Example
Text Example
White with #C891BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C891BA; }
p { color: rgb(200,145,186); }
H1.HeaderClassName
{
color: #C891BA;
}
.AnyTagClassName
{
color: #C891BA;
}
</style>
background-color css
<style>
a { background-color: #C891BA; }
a { background-color: rgb(200,145,186); }
div.DivClassName
{
background-color: #C891BA;
}
.BgClassName
{
background-color: #C891BA;
}
</style>
border-color css
<style>
span { border-color: #C891BA; }
span { border-color: rgb(200,145,186); }
td.TdClassName
{
border-color: #C891BA;
}
.TagClassName
{
border-color: #C891BA;
}
</style>