#C894B5

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

Shades of Lily #C894B5

Tints of Lily #C894B5

Color information

#C894B5 (or 0xC894B5) is unknown color: approx Lily. HEX triplet: C8, 94 and B5. RGB value is (200,148,181). Sum of RGB (Red+Green+Blue) = 200+148+181=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C894B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894B5 is #376B4A. Grayscale: #A7A7A7. Windows color (decimal): -3631947 or 11900104. OLE color: 11900104.

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

Color convert

RGB200148181-
CMYK00.260.090.22
HSL321.92º32.1%68.24%-
HSV(B)321.92º26%78.43%-
XYZ42.7536.848.57-
YUV167.31135.73151.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=37.81%
G=27.98%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014818100.260.090.22321.9232.168.24
HexC894B501A9161422044
Octal310224265032112650240104
Binary1100100010010100101101010110101001101101010000101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894B5; }

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

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

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

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

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

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

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

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