#C989AC

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

Shades of Lily #C989AC

Tints of Lily #C989AC

Color information

#C989AC (or 0xC989AC) is unknown color: approx Lily. HEX triplet: C9, 89 and AC. RGB value is (201,137,172). Sum of RGB (Red+Green+Blue) = 201+137+172=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C989AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C989AC is #367653. Grayscale: #A0A0A0. Windows color (decimal): -3569236 or 11307465. OLE color: 11307465.

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

Color convert

RGB201137172-
CMYK00.320.140.21
HSL327.19º37.21%66.27%-
HSV(B)327.19º31.84%78.82%-
XYZ40.4833.2943.32-
YUV160.13134.7157.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=39.41%
G=26.86%
B=33.73%

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
Decimal20113717200.320.140.21327.1937.2166.27
HexC989AC020E151472542
Octal311211254040162550745102
Binary11001001100010011010110001000001110101011010001111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989AC; }

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

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

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

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

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

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

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

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