#C880AA

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

Shades of Lily #C880AA

Tints of Lily #C880AA

Color information

#C880AA (or 0xC880AA) is unknown color: approx Lily. HEX triplet: C8, 80 and AA. RGB value is (200,128,170). Sum of RGB (Red+Green+Blue) = 200+128+170=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C880AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880AA is #377F55. Grayscale: #9A9A9A. Windows color (decimal): -3637078 or 11174088. OLE color: 11174088.

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

Color convert

RGB200128170-
CMYK00.360.150.22
HSL325º39.56%64.31%-
HSV(B)325º36%78.43%-
XYZ38.7930.6241.9-
YUV154.32136.85160.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=40.16%
G=25.70%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012817000.360.150.2232539.5664.31
HexC880AA024F161452840
Octal310200252044172650550100
Binary11001000100000001010101001001001111101101010001011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880AA; }

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

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

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

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

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

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

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

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