#C885AE

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

Shades of Lily #C885AE

Tints of Lily #C885AE

Color information

#C885AE (or 0xC885AE) is unknown color: approx Lily. HEX triplet: C8, 85 and AE. RGB value is (200,133,174). Sum of RGB (Red+Green+Blue) = 200+133+174=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C885AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C885AE is #377A51. Grayscale: #9D9D9D. Windows color (decimal): -3635794 or 11437512. OLE color: 11437512.

HSL color Cylindrical-coordinate representation of color #C885AE: hue angle of 323.28º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C885AE is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB200133174-
CMYK00.340.130.22
HSL323.28º37.85%65.29%-
HSV(B)323.28º33.5%78.43%-
XYZ39.8532.1144.14-
YUV157.71137.2158.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=39.45%
G=26.23%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013317400.340.130.22323.2837.8565.29
HexC885AE022D161432641
Octal310205256042152650346101
Binary11001000100001011010111001000101101101101010000111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885AE; }

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

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

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

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

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

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

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

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