#C29AAE

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

Shades of Lily #C29AAE

Tints of Lily #C29AAE

Color information

#C29AAE (or 0xC29AAE) is unknown color: approx Lily. HEX triplet: C2, 9A and AE. RGB value is (194,154,174). Sum of RGB (Red+Green+Blue) = 194+154+174=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AAE is #3D6551. Grayscale: #A8A8A8. Windows color (decimal): -4023634 or 11442882. OLE color: 11442882.

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

Color convert

RGB194154174-
CMYK00.210.100.24
HSL330º24.69%68.24%-
HSV(B)330º20.62%76.08%-
XYZ41.4437.6445.12-
YUV168.24131.25146.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=37.16%
G=29.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415417400.210.100.2433024.6968.24
HexC29AAE015A1814a1944
Octal302232256025123051231104
Binary110000101001101010101110010101101011000101001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AAE; }

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

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

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

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

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

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

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

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