#C2A4B3

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

Shades of Lily #C2A4B3

Tints of Lily #C2A4B3

Color information

#C2A4B3 (or 0xC2A4B3) is unknown color: approx Lily. HEX triplet: C2, A4 and B3. RGB value is (194,164,179). Sum of RGB (Red+Green+Blue) = 194+164+179=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4B3 is #3D5B4C. Grayscale: #AEAEAE. Windows color (decimal): -4021069 or 11773122. OLE color: 11773122.

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

Color convert

RGB194164179-
CMYK00.150.080.24
HSL330º19.74%70.2%-
HSV(B)330º15.46%76.08%-
XYZ43.6641.2748.31-
YUV174.68130.44141.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=36.13%
G=30.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416417900.150.080.2433019.7470.2
HexC2A4B30F81814a1446
Octal302244263017103051224106
Binary11000010101001001011001101111100011000101001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A4B3; }

 p { color: rgb(194,164,179); }

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

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

 a { background-color: rgb(194,164,179); }

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

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

 span { border-color: rgb(194,164,179); }

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