#C890BD

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

Shades of Lily #C890BD

Tints of Lily #C890BD

Color information

#C890BD (or 0xC890BD) is unknown color: approx Lily. HEX triplet: C8, 90 and BD. RGB value is (200,144,189). Sum of RGB (Red+Green+Blue) = 200+144+189=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C890BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890BD is #376F42. Grayscale: #A5A5A5. Windows color (decimal): -3632963 or 12423368. OLE color: 12423368.

HSL color Cylindrical-coordinate representation of color #C890BD: hue angle of 311.79º 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 #C890BD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200144189-
CMYK00.280.060.22
HSL311.79º33.73%67.45%-
HSV(B)311.79º28%78.43%-
XYZ42.9835.952.81-
YUV165.87141.05152.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.52%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=37.52%
G=27.02%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014418900.280.060.22311.7933.7367.45
HexC890BD01C6161382243
Octal31022027503462647042103
Binary110010001001000010111101011100110101101001110001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890BD; }

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

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

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

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

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

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

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

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