#C884AD

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

Shades of Lily #C884AD

Tints of Lily #C884AD

Color information

#C884AD (or 0xC884AD) is unknown color: approx Lily. HEX triplet: C8, 84 and AD. RGB value is (200,132,173). Sum of RGB (Red+Green+Blue) = 200+132+173=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C884AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884AD is #377B52. Grayscale: #9C9C9C. Windows color (decimal): -3636051 or 11371720. OLE color: 11371720.

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

Color convert

RGB200132173-
CMYK00.340.140.22
HSL323.82º38.2%65.1%-
HSV(B)323.82º34%78.43%-
XYZ39.6131.843.59-
YUV157.01137.03158.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=39.60%
G=26.14%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013217300.340.140.22323.8238.265.1
HexC884AD022E161442641
Octal310204255042162650446101
Binary11001000100001001010110101000101110101101010001001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884AD; }

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

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

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

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

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

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

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

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