#C29FAE

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

Shades of Lily #C29FAE

Tints of Lily #C29FAE

Color information

#C29FAE (or 0xC29FAE) is unknown color: approx Lily. HEX triplet: C2, 9F and AE. RGB value is (194,159,174). Sum of RGB (Red+Green+Blue) = 194+159+174=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAE is #3D6051. Grayscale: #ABABAB. Windows color (decimal): -4022354 or 11444162. OLE color: 11444162.

HSL color Cylindrical-coordinate representation of color #C29FAE: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FAE is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194159174-
CMYK00.180.100.24
HSL334.29º22.29%69.22%-
HSV(B)334.29º18.04%76.08%-
XYZ42.2939.3245.41-
YUV171.18129.6144.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=36.81%
G=30.17%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415917400.180.100.24334.2922.2969.22
HexC29FAE012A1814e1645
Octal302237256022123051626105
Binary110000101001111110101110010010101011000101001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FAE; }

 p { color: rgb(194,159,174); }

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

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

 a { background-color: rgb(194,159,174); }

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

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

 span { border-color: rgb(194,159,174); }

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