#C980AF

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

Shades of Lily #C980AF

Tints of Lily #C980AF

Color information

#C980AF (or 0xC980AF) is unknown color: approx Lily. HEX triplet: C9, 80 and AF. RGB value is (201,128,175). Sum of RGB (Red+Green+Blue) = 201+128+175=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C980AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C980AF is #367F50. Grayscale: #9B9B9B. Windows color (decimal): -3571537 or 11501769. OLE color: 11501769.

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

Color convert

RGB201128175-
CMYK00.360.130.21
HSL321.37º40.33%64.51%-
HSV(B)321.37º36.32%78.82%-
XYZ39.5430.9544.45-
YUV155.18139.18160.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=39.88%
G=25.40%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112817500.360.130.21321.3740.3364.51
HexC980AF024D151412841
Octal311200257044152550150101
Binary11001001100000001010111101001001101101011010000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980AF; }

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

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

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

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

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

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

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

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