#C5AAB2

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

Shades of Lily #C5AAB2

Tints of Lily #C5AAB2

Color information

#C5AAB2 (or 0xC5AAB2) is unknown color: approx Lily. HEX triplet: C5, AA and B2. RGB value is (197,170,178). Sum of RGB (Red+Green+Blue) = 197+170+178=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAB2 is #3A554D. Grayscale: #B2B2B2. Windows color (decimal): -3822926 or 11709125. OLE color: 11709125.

HSL color Cylindrical-coordinate representation of color #C5AAB2: hue angle of 342.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AAB2 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB197170178-
CMYK00.140.100.23
HSL342.22º18.88%71.96%-
HSV(B)342.22º13.71%77.25%-
XYZ45.4443.8348.19-
YUV178.98127.45140.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 178 (69.92% from 255) = 32.66%
R=36.15%
G=31.19%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717017800.140.100.23342.2218.8871.96
HexC5AAB20EA171561348
Octal305252262016122752623110
Binary11000101101010101011001001110101010111101010110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAB2; }

 p { color: rgb(197,170,178); }

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

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

 a { background-color: rgb(197,170,178); }

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

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

 span { border-color: rgb(197,170,178); }

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