#C29AB8

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

Shades of Lily #C29AB8

Tints of Lily #C29AB8

Color information

#C29AB8 (or 0xC29AB8) is unknown color: approx Lily. HEX triplet: C2, 9A and B8. RGB value is (194,154,184). Sum of RGB (Red+Green+Blue) = 194+154+184=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AB8 is #3D6547. Grayscale: #A9A9A9. Windows color (decimal): -4023624 or 12098242. OLE color: 12098242.

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

Color convert

RGB194154184-
CMYK00.210.050.24
HSL315º24.69%68.24%-
HSV(B)315º20.62%76.08%-
XYZ42.4638.0450.45-
YUV169.38136.25145.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 184 (72.27% from 255) = 34.59%
R=36.47%
G=28.95%
B=34.59%

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
Decimal19415418400.210.050.2431524.6968.24
HexC29AB801551813b1944
Octal30223227002553047331104
Binary11000010100110101011100001010110111000100111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AB8; }

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

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

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

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

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

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

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

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