#C989AA

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

Shades of Lily #C989AA

Tints of Lily #C989AA

Color information

#C989AA (or 0xC989AA) is unknown color: approx Lily. HEX triplet: C9, 89 and AA. RGB value is (201,137,170). Sum of RGB (Red+Green+Blue) = 201+137+170=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C989AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C989AA is #367655. Grayscale: #9F9F9F. Windows color (decimal): -3569238 or 11176393. OLE color: 11176393.

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

Color convert

RGB201137170-
CMYK00.320.150.21
HSL329.06º37.21%66.27%-
HSV(B)329.06º31.84%78.82%-
XYZ40.2933.2142.32-
YUV159.9133.7157.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=39.57%
G=26.97%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113717000.320.150.21329.0637.2166.27
HexC989AA020F151492542
Octal311211252040172551145102
Binary11001001100010011010101001000001111101011010010011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C989AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C989AA; }

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

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

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

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

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

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

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

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