#C891BA

Color #C891BA Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C891BA

Tints of Lily #C891BA

Color information

#C891BA (or 0xC891BA) is unknown color: approx 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.28%. 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

RGB200145186-
CMYK00.280.070.22
HSL315.27º33.33%67.65%-
HSV(B)315.27º27.5%78.43%-
XYZ42.8136.0851.16-
YUV166.12139.22152.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=37.66%
G=27.31%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014518600.280.070.22315.2733.3367.65
HexC891BA01C71613b2144
Octal31022127203472647341104
Binary110010001001000110111010011100111101101001110111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C891BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>