#C29BB5

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

Shades of Lily #C29BB5

Tints of Lily #C29BB5

Color information

#C29BB5 (or 0xC29BB5) is unknown color: approx Lily. HEX triplet: C2, 9B and B5. RGB value is (194,155,181). Sum of RGB (Red+Green+Blue) = 194+155+181=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BB5 is #3D644A. Grayscale: #A9A9A9. Windows color (decimal): -4023371 or 11901890. OLE color: 11901890.

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

Color convert

RGB194155181-
CMYK00.200.070.24
HSL320º24.22%68.43%-
HSV(B)320º20.1%76.08%-
XYZ42.3138.2548.87-
YUV169.62134.42145.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=36.60%
G=29.25%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415518100.200.070.2432024.2268.43
HexC29BB50147181401844
Octal30223326502473050030104
Binary11000010100110111011010101010011111000101000000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BB5; }

 p { color: rgb(194,155,181); }

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

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

 a { background-color: rgb(194,155,181); }

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

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

 span { border-color: rgb(194,155,181); }

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