#C291AB

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

Shades of Lily #C291AB

Tints of Lily #C291AB

Color information

#C291AB (or 0xC291AB) is unknown color: approx Lily. HEX triplet: C2, 91 and AB. RGB value is (194,145,171). Sum of RGB (Red+Green+Blue) = 194+145+171=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C291AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C291AB is #3D6E54. Grayscale: #A2A2A2. Windows color (decimal): -4025941 or 11243970. OLE color: 11243970.

HSL color Cylindrical-coordinate representation of color #C291AB: hue angle of 328.16º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C291AB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194145171-
CMYK00.250.120.24
HSL328.16º28.65%66.47%-
HSV(B)328.16º25.26%76.08%-
XYZ39.7234.6643.12-
YUV162.61132.73150.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=38.04%
G=28.43%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414517100.250.120.24328.1628.6566.47
HexC291AB019C181481d42
Octal302221253031143051035102
Binary110000101001000110101011011001110011000101001000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291AB; }

 p { color: rgb(194,145,171); }

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

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

 a { background-color: rgb(194,145,171); }

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

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

 span { border-color: rgb(194,145,171); }

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