#C980AA

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

Shades of Lily #C980AA

Tints of Lily #C980AA

Color information

#C980AA (or 0xC980AA) is unknown color: approx Lily. HEX triplet: C9, 80 and AA. RGB value is (201,128,170). Sum of RGB (Red+Green+Blue) = 201+128+170=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AA is #367F55. Grayscale: #9A9A9A. Windows color (decimal): -3571542 or 11174089. OLE color: 11174089.

HSL color Cylindrical-coordinate representation of color #C980AA: hue angle of 325.48º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980AA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201128170-
CMYK00.360.150.21
HSL325.48º40.33%64.51%-
HSV(B)325.48º36.32%78.82%-
XYZ39.0630.7641.91-
YUV154.61136.68161.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=40.28%
G=25.65%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112817000.360.150.21325.4840.3364.51
HexC980AA024F151452841
Octal311200252044172550550101
Binary11001001100000001010101001001001111101011010001011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980AA; }

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

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

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

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

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

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

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

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