#C29FAC

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

Shades of Lily #C29FAC

Tints of Lily #C29FAC

Color information

#C29FAC (or 0xC29FAC) is unknown color: approx Lily. HEX triplet: C2, 9F and AC. RGB value is (194,159,172). Sum of RGB (Red+Green+Blue) = 194+159+172=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAC is #3D6053. Grayscale: #AAAAAA. Windows color (decimal): -4022356 or 11313090. OLE color: 11313090.

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

Color convert

RGB194159172-
CMYK00.180.110.24
HSL337.71º22.29%69.22%-
HSV(B)337.71º18.04%76.08%-
XYZ42.0939.2444.39-
YUV170.95128.6144.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=36.95%
G=30.29%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415917200.180.110.24337.7122.2969.22
HexC29FAC012B181521645
Octal302237254022133052226105
Binary110000101001111110101100010010101111000101010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FAC; }

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

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

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

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

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

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

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

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