#C980BA

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

Shades of Lily #C980BA

Tints of Lily #C980BA

Color information

#C980BA (or 0xC980BA) is unknown color: approx Lily. HEX triplet: C9, 80 and BA. RGB value is (201,128,186). Sum of RGB (Red+Green+Blue) = 201+128+186=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BA is #367F45. Grayscale: #9C9C9C. Windows color (decimal): -3571526 or 12222665. OLE color: 12222665.

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

Color convert

RGB201128186-
CMYK00.360.070.21
HSL312.33º40.33%64.51%-
HSV(B)312.33º36.32%78.82%-
XYZ40.6731.450.37-
YUV156.44144.68159.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=39.03%
G=24.85%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112818600.360.070.21312.3340.3364.51
HexC980BA0247151382841
Octal31120027204472547050101
Binary1100100110000000101110100100100111101011001110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980BA; }

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

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

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

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

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

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

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

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