#C891B4

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

Shades of Lily #C891B4

Tints of Lily #C891B4

Color information

#C891B4 (or 0xC891B4) is unknown color: approx Lily. HEX triplet: C8, 91 and B4. RGB value is (200,145,180). Sum of RGB (Red+Green+Blue) = 200+145+180=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C891B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C891B4 is #376E4B. Grayscale: #A5A5A5. Windows color (decimal): -3632716 or 11833800. OLE color: 11833800.

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

Color convert

RGB200145180-
CMYK00.280.10.22
HSL321.82º33.33%67.65%-
HSV(B)321.82º27.5%78.43%-
XYZ42.1835.8347.87-
YUV165.44136.22152.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=38.10%
G=27.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014518000.280.10.22321.8233.3367.65
HexC891B401CA161422144
Octal310221264034122650241104
Binary1100100010010001101101000111001010101101010000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C891B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C891B4; }

 p { color: rgb(200,145,180); }

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

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

 a { background-color: rgb(200,145,180); }

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

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

 span { border-color: rgb(200,145,180); }

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