#C2A4BB

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

Shades of Lily #C2A4BB

Tints of Lily #C2A4BB

Color information

#C2A4BB (or 0xC2A4BB) is unknown color: approx Lily. HEX triplet: C2, A4 and BB. RGB value is (194,164,187). Sum of RGB (Red+Green+Blue) = 194+164+187=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4BB is #3D5B44. Grayscale: #AFAFAF. Windows color (decimal): -4021061 or 12297410. OLE color: 12297410.

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

Color convert

RGB194164187-
CMYK00.150.040.24
HSL314º19.74%70.2%-
HSV(B)314º15.46%76.08%-
XYZ44.4941.6152.7-
YUV175.59134.44141.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=35.60%
G=30.09%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416418700.150.040.2431419.7470.2
HexC2A4BB0F41813a1446
Octal30224427301743047224106
Binary1100001010100100101110110111110011000100111010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A4BB; }

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

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

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

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

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

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

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

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