#C894B2

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

Shades of Lily #C894B2

Tints of Lily #C894B2

Color information

#C894B2 (or 0xC894B2) is unknown color: approx Lily. HEX triplet: C8, 94 and B2. RGB value is (200,148,178). Sum of RGB (Red+Green+Blue) = 200+148+178=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C894B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894B2 is #376B4D. Grayscale: #A6A6A6. Windows color (decimal): -3631950 or 11703496. OLE color: 11703496.

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

Color convert

RGB200148178-
CMYK00.260.110.22
HSL325.38º32.1%68.24%-
HSV(B)325.38º26%78.43%-
XYZ42.4536.6746.96-
YUV166.97134.23151.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=38.02%
G=28.14%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014817800.260.110.22325.3832.168.24
HexC894B201AB161452044
Octal310224262032132650540104
Binary1100100010010100101100100110101011101101010001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894B2; }

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

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

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

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

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

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

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

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