#C29CAF

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

Shades of Lily #C29CAF

Tints of Lily #C29CAF

Color information

#C29CAF (or 0xC29CAF) is unknown color: approx Lily. HEX triplet: C2, 9C and AF. RGB value is (194,156,175). Sum of RGB (Red+Green+Blue) = 194+156+175=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29CAF is #3D6350. Grayscale: #A9A9A9. Windows color (decimal): -4023121 or 11508930. OLE color: 11508930.

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

Color convert

RGB194156175-
CMYK00.200.100.24
HSL330º23.75%68.63%-
HSV(B)330º19.59%76.08%-
XYZ41.8738.3445.75-
YUV169.53131.09145.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=36.95%
G=29.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415617500.200.100.2433023.7568.63
HexC29CAF014A1814a1845
Octal302234257024123051230105
Binary110000101001110010101111010100101011000101001010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CAF; }

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

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

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

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

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

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

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

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