#C29BAA

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

Shades of Lily #C29BAA

Tints of Lily #C29BAA

Color information

#C29BAA (or 0xC29BAA) is unknown color: approx Lily. HEX triplet: C2, 9B and AA. RGB value is (194,155,170). Sum of RGB (Red+Green+Blue) = 194+155+170=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29BAA is #3D6455. Grayscale: #A8A8A8. Windows color (decimal): -4023382 or 11180994. OLE color: 11180994.

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

Color convert

RGB194155170-
CMYK00.200.120.24
HSL336.92º24.22%68.43%-
HSV(B)336.92º20.1%76.08%-
XYZ41.2337.8143.16-
YUV168.37128.92146.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=37.38%
G=29.87%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415517000.200.120.24336.9224.2268.43
HexC29BAA014C181511844
Octal302233252024143052130104
Binary110000101001101110101010010100110011000101010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BAA; }

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

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

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

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

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

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

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

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