#C894AB

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

Shades of Lily #C894AB

Tints of Lily #C894AB

Color information

#C894AB (or 0xC894AB) is unknown color: approx Lily. HEX triplet: C8, 94 and AB. RGB value is (200,148,171). Sum of RGB (Red+Green+Blue) = 200+148+171=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AB is #376B54. Grayscale: #A6A6A6. Windows color (decimal): -3631957 or 11244744. OLE color: 11244744.

HSL color Cylindrical-coordinate representation of color #C894AB: hue angle of 333.46º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C894AB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200148171-
CMYK00.260.140.22
HSL333.46º32.1%68.24%-
HSV(B)333.46º26%78.43%-
XYZ41.7636.443.35-
YUV166.17130.73152.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=38.54%
G=28.52%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014817100.260.140.22333.4632.168.24
HexC894AB01AE1614d2044
Octal310224253032162651540104
Binary1100100010010100101010110110101110101101010011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894AB; }

 p { color: rgb(200,148,171); }

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

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

 a { background-color: rgb(200,148,171); }

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

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

 span { border-color: rgb(200,148,171); }

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