#C29AAF

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

Shades of Lily #C29AAF

Tints of Lily #C29AAF

Color information

#C29AAF (or 0xC29AAF) is unknown color: approx Lily. HEX triplet: C2, 9A and AF. RGB value is (194,154,175). Sum of RGB (Red+Green+Blue) = 194+154+175=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AAF is #3D6550. Grayscale: #A8A8A8. Windows color (decimal): -4023633 or 11508418. OLE color: 11508418.

HSL color Cylindrical-coordinate representation of color #C29AAF: hue angle of 328.5º 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 #C29AAF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194154175-
CMYK00.210.100.24
HSL328.5º24.69%68.24%-
HSV(B)328.5º20.62%76.08%-
XYZ41.5437.6845.64-
YUV168.35131.75146.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=37.09%
G=29.45%
B=33.46%

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
Decimal19415417500.210.100.24328.524.6968.24
HexC29AAF015A181481944
Octal302232257025123051031104
Binary110000101001101010101111010101101011000101001000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AAF; }

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

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

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

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

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

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

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

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