#C880AE

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

Shades of Lily #C880AE

Tints of Lily #C880AE

Color information

#C880AE (or 0xC880AE) is unknown color: approx Lily. HEX triplet: C8, 80 and AE. RGB value is (200,128,174). Sum of RGB (Red+Green+Blue) = 200+128+174=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C880AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880AE is #377F51. Grayscale: #9A9A9A. Windows color (decimal): -3637074 or 11436232. OLE color: 11436232.

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

Color convert

RGB200128174-
CMYK00.360.130.22
HSL321.67º39.56%64.31%-
HSV(B)321.67º36%78.43%-
XYZ39.1830.7743.92-
YUV154.77138.85160.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=39.84%
G=25.50%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012817400.360.130.22321.6739.5664.31
HexC880AE024D161422840
Octal310200256044152650250100
Binary11001000100000001010111001001001101101101010000101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880AE; }

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

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

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

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

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

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

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

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