#C889AF

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

Shades of Lily #C889AF

Tints of Lily #C889AF

Color information

#C889AF (or 0xC889AF) is unknown color: approx Lily. HEX triplet: C8, 89 and AF. RGB value is (200,137,175). Sum of RGB (Red+Green+Blue) = 200+137+175=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C889AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C889AF is #377650. Grayscale: #A0A0A0. Windows color (decimal): -3634769 or 11504072. OLE color: 11504072.

HSL color Cylindrical-coordinate representation of color #C889AF: hue angle of 323.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C889AF is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200137175-
CMYK00.320.120.22
HSL323.81º36.42%66.08%-
HSV(B)323.81º31.5%78.43%-
XYZ40.533.2744.84-
YUV160.17136.37156.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 175 (68.75% from 255) = 34.18%
R=39.06%
G=26.76%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013717500.320.120.22323.8136.4266.08
HexC889AF020C161442442
Octal310211257040142650444102
Binary11001000100010011010111101000001100101101010001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C889AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C889AF; }

 p { color: rgb(200,137,175); }

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

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

 a { background-color: rgb(200,137,175); }

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

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

 span { border-color: rgb(200,137,175); }

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