#C894AC

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

Shades of Lily #C894AC

Tints of Lily #C894AC

Color information

#C894AC (or 0xC894AC) is unknown color: approx Lily. HEX triplet: C8, 94 and AC. RGB value is (200,148,172). Sum of RGB (Red+Green+Blue) = 200+148+172=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AC is #376B53. Grayscale: #A6A6A6. Windows color (decimal): -3631956 or 11310280. OLE color: 11310280.

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

Color convert

RGB200148172-
CMYK00.260.140.22
HSL332.31º32.1%68.24%-
HSV(B)332.31º26%78.43%-
XYZ41.8636.4443.86-
YUV166.28131.23152.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=38.46%
G=28.46%
B=33.08%

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
Decimal20014817200.260.140.22332.3132.168.24
HexC894AC01AE1614c2044
Octal310224254032162651440104
Binary1100100010010100101011000110101110101101010011001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894AC; }

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

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

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

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

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

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

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

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