#C884AE

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

Shades of Lily #C884AE

Tints of Lily #C884AE

Color information

#C884AE (or 0xC884AE) is unknown color: approx Lily. HEX triplet: C8, 84 and AE. RGB value is (200,132,174). Sum of RGB (Red+Green+Blue) = 200+132+174=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C884AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884AE is #377B51. Grayscale: #9D9D9D. Windows color (decimal): -3636050 or 11437256. OLE color: 11437256.

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

Color convert

RGB200132174-
CMYK00.340.130.22
HSL322.94º38.2%65.1%-
HSV(B)322.94º34%78.43%-
XYZ39.7131.8444.1-
YUV157.12137.53158.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=39.53%
G=26.09%
B=34.39%

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
Decimal20013217400.340.130.22322.9438.265.1
HexC884AE022D161432641
Octal310204256042152650346101
Binary11001000100001001010111001000101101101101010000111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884AE; }

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

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

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

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

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

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

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

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