#C29AB9

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

Shades of Lily #C29AB9

Tints of Lily #C29AB9

Color information

#C29AB9 (or 0xC29AB9) is unknown color: approx Lily. HEX triplet: C2, 9A and B9. RGB value is (194,154,185). Sum of RGB (Red+Green+Blue) = 194+154+185=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AB9 is #3D6546. Grayscale: #A9A9A9. Windows color (decimal): -4023623 or 12163778. OLE color: 12163778.

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

Color convert

RGB194154185-
CMYK00.210.050.24
HSL313.5º24.69%68.24%-
HSV(B)313.5º20.62%76.08%-
XYZ42.5638.0851.01-
YUV169.49136.75145.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=36.40%
G=28.89%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415418500.210.050.24313.524.6968.24
HexC29AB901551813a1944
Octal30223227102553047231104
Binary11000010100110101011100101010110111000100111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AB9; }

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

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

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

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

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

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

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

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