#C894AD

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

Shades of Lily #C894AD

Tints of Lily #C894AD

Color information

#C894AD (or 0xC894AD) is unknown color: approx Lily. HEX triplet: C8, 94 and AD. RGB value is (200,148,173). Sum of RGB (Red+Green+Blue) = 200+148+173=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AD is #376B52. Grayscale: #A6A6A6. Windows color (decimal): -3631955 or 11375816. OLE color: 11375816.

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

Color convert

RGB200148173-
CMYK00.260.140.22
HSL331.15º32.1%68.24%-
HSV(B)331.15º26%78.43%-
XYZ41.9536.4844.36-
YUV166.4131.73151.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=38.39%
G=28.41%
B=33.21%

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
Decimal20014817300.260.140.22331.1532.168.24
HexC894AD01AE1614b2044
Octal310224255032162651340104
Binary1100100010010100101011010110101110101101010010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894AD; }

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

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

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

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

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

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

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

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