#C29FAF

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

Shades of Lily #C29FAF

Tints of Lily #C29FAF

Color information

#C29FAF (or 0xC29FAF) is unknown color: approx Lily. HEX triplet: C2, 9F and AF. RGB value is (194,159,175). Sum of RGB (Red+Green+Blue) = 194+159+175=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAF is #3D6050. Grayscale: #ABABAB. Windows color (decimal): -4022353 or 11509698. OLE color: 11509698.

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

Color convert

RGB194159175-
CMYK00.180.100.24
HSL332.57º22.29%69.22%-
HSV(B)332.57º18.04%76.08%-
XYZ42.3839.3645.92-
YUV171.29130.1144.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=36.74%
G=30.11%
B=33.14%

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
Decimal19415917500.180.100.24332.5722.2969.22
HexC29FAF012A1814d1645
Octal302237257022123051526105
Binary110000101001111110101111010010101011000101001101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FAF; }

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

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

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

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

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

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

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

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