#C2A1B4

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

Shades of Lily #C2A1B4

Tints of Lily #C2A1B4

Color information

#C2A1B4 (or 0xC2A1B4) is unknown color: approx Lily. HEX triplet: C2, A1 and B4. RGB value is (194,161,180). Sum of RGB (Red+Green+Blue) = 194+161+180=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1B4 is #3D5E4B. Grayscale: #ACACAC. Windows color (decimal): -4021836 or 11837890. OLE color: 11837890.

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

Color convert

RGB194161180-
CMYK00.170.070.24
HSL325.45º21.29%69.61%-
HSV(B)325.45º17.01%76.08%-
XYZ43.2340.2548.67-
YUV173.03131.93142.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 180 (70.70% from 255) = 33.64%
R=36.26%
G=30.09%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416118000.170.070.24325.4521.2969.61
HexC2A1B40117181451546
Octal30224126402173050525106
Binary11000010101000011011010001000111111000101000101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A1B4; }

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

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

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

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

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

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

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

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