#C29FB3

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

Shades of Lily #C29FB3

Tints of Lily #C29FB3

Color information

#C29FB3 (or 0xC29FB3) is unknown color: approx Lily. HEX triplet: C2, 9F and B3. RGB value is (194,159,179). Sum of RGB (Red+Green+Blue) = 194+159+179=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FB3 is #3D604C. Grayscale: #ABABAB. Windows color (decimal): -4022349 or 11771842. OLE color: 11771842.

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

Color convert

RGB194159179-
CMYK00.180.080.24
HSL325.71º22.29%69.22%-
HSV(B)325.71º18.04%76.08%-
XYZ42.7839.5248.02-
YUV171.74132.1143.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 179 (70.31% from 255) = 33.65%
R=36.47%
G=29.89%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415917900.180.080.24325.7122.2969.22
HexC29FB30128181461645
Octal302237263022103050626105
Binary110000101001111110110011010010100011000101000110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FB3; }

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

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

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

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

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

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

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

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