#C29FB9

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

Shades of Lily #C29FB9

Tints of Lily #C29FB9

Color information

#C29FB9 (or 0xC29FB9) is unknown color: approx Lily. HEX triplet: C2, 9F and B9. RGB value is (194,159,185). Sum of RGB (Red+Green+Blue) = 194+159+185=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FB9 is #3D6046. Grayscale: #ACACAC. Windows color (decimal): -4022343 or 12165058. OLE color: 12165058.

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

Color convert

RGB194159185-
CMYK00.180.050.24
HSL315.43º22.29%69.22%-
HSV(B)315.43º18.04%76.08%-
XYZ43.439.7751.29-
YUV172.43135.1143.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=36.06%
G=29.55%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415918500.180.050.24315.4322.2969.22
HexC29FB901251813b1645
Octal30223727102253047326105
Binary11000010100111111011100101001010111000100111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FB9; }

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

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

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

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

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

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

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

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