#C980AC

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

Shades of Lily #C980AC

Tints of Lily #C980AC

Color information

#C980AC (or 0xC980AC) is unknown color: approx Lily. HEX triplet: C9, 80 and AC. RGB value is (201,128,172). Sum of RGB (Red+Green+Blue) = 201+128+172=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AC is #367F53. Grayscale: #9A9A9A. Windows color (decimal): -3571540 or 11305161. OLE color: 11305161.

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

Color convert

RGB201128172-
CMYK00.360.140.21
HSL323.84º40.33%64.51%-
HSV(B)323.84º36.32%78.82%-
XYZ39.2530.8342.91-
YUV154.84137.68160.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=40.12%
G=25.55%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112817200.360.140.21323.8440.3364.51
HexC980AC024E151442841
Octal311200254044162550450101
Binary11001001100000001010110001001001110101011010001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980AC; }

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

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

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

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

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

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

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

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