#C989AD

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

Shades of Lily #C989AD

Tints of Lily #C989AD

Color information

#C989AD (or 0xC989AD) is unknown color: approx Lily. HEX triplet: C9, 89 and AD. RGB value is (201,137,173). Sum of RGB (Red+Green+Blue) = 201+137+173=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C989AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C989AD is #367652. Grayscale: #A0A0A0. Windows color (decimal): -3569235 or 11373001. OLE color: 11373001.

HSL color Cylindrical-coordinate representation of color #C989AD: hue angle of 326.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C989AD is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB201137173-
CMYK00.320.140.21
HSL326.25º37.21%66.27%-
HSV(B)326.25º31.84%78.82%-
XYZ40.5833.3343.83-
YUV160.24135.2157.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=39.33%
G=26.81%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113717300.320.140.21326.2537.2166.27
HexC989AD020E151462542
Octal311211255040162550645102
Binary11001001100010011010110101000001110101011010001101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989AD; }

 p { color: rgb(201,137,173); }

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

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

 a { background-color: rgb(201,137,173); }

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

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

 span { border-color: rgb(201,137,173); }

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