#C890BA

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

Shades of Lily #C890BA

Tints of Lily #C890BA

Color information

#C890BA (or 0xC890BA) is unknown color: approx Lily. HEX triplet: C8, 90 and BA. RGB value is (200,144,186). Sum of RGB (Red+Green+Blue) = 200+144+186=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C890BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890BA is #376F45. Grayscale: #A5A5A5. Windows color (decimal): -3632966 or 12226760. OLE color: 12226760.

HSL color Cylindrical-coordinate representation of color #C890BA: hue angle of 315º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C890BA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200144186-
CMYK00.280.070.22
HSL315º33.73%67.45%-
HSV(B)315º28%78.43%-
XYZ42.6635.7751.11-
YUV165.53139.55152.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=37.74%
G=27.17%
B=35.09%

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
Decimal20014418600.280.070.2231533.7367.45
HexC890BA01C71613b2243
Octal31022027203472647342103
Binary110010001001000010111010011100111101101001110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890BA; }

 p { color: rgb(200,144,186); }

 H1.HeaderClassName
 {
   color: #C890BA;
 }
 .AnyTagClassName
 {
   color: #C890BA;
 }
</style>
background-color css

<style>
 a { background-color: #C890BA; }

 a { background-color: rgb(200,144,186); }

 div.DivClassName
 {
   background-color: #C890BA;
 }
 .BgClassName
 {
   background-color: #C890BA;
 }
</style>
border-color css

<style>
 span { border-color: #C890BA; }

 span { border-color: rgb(200,144,186); }

 td.TdClassName
 {
   border-color: #C890BA;
 }
 .TagClassName
 {
   border-color: #C890BA;
 }
</style>