#C2A1B3

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

Shades of Lily #C2A1B3

Tints of Lily #C2A1B3

Color information

#C2A1B3 (or 0xC2A1B3) is unknown color: approx Lily. HEX triplet: C2, A1 and B3. RGB value is (194,161,179). Sum of RGB (Red+Green+Blue) = 194+161+179=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1B3 is #3D5E4C. Grayscale: #ACACAC. Windows color (decimal): -4021837 or 11772354. OLE color: 11772354.

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

Color convert

RGB194161179-
CMYK00.170.080.24
HSL327.27º21.29%69.61%-
HSV(B)327.27º17.01%76.08%-
XYZ43.1340.2148.14-
YUV172.92131.43143.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=36.33%
G=30.15%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416117900.170.080.24327.2721.2969.61
HexC2A1B30118181471546
Octal302241263021103050725106
Binary110000101010000110110011010001100011000101000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1B3; }

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

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

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

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

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

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

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

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