#C29AB6

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

Shades of Lily #C29AB6

Tints of Lily #C29AB6

Color information

#C29AB6 (or 0xC29AB6) is unknown color: approx Lily. HEX triplet: C2, 9A and B6. RGB value is (194,154,182). Sum of RGB (Red+Green+Blue) = 194+154+182=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AB6 is #3D6549. Grayscale: #A9A9A9. Windows color (decimal): -4023626 or 11967170. OLE color: 11967170.

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

Color convert

RGB194154182-
CMYK00.210.060.24
HSL318º24.69%68.24%-
HSV(B)318º20.62%76.08%-
XYZ42.2537.9649.36-
YUV169.15135.25145.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 182 (71.48% from 255) = 34.34%
R=36.60%
G=29.06%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415418200.210.060.2431824.6968.24
HexC29AB601561813e1944
Octal30223226602563047631104
Binary11000010100110101011011001010111011000100111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AB6; }

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

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

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

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

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

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

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

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