#C2AAB1

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

Shades of Lily #C2AAB1

Tints of Lily #C2AAB1

Color information

#C2AAB1 (or 0xC2AAB1) is unknown color: approx Lily. HEX triplet: C2, AA and B1. RGB value is (194,170,177). Sum of RGB (Red+Green+Blue) = 194+170+177=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAB1 is #3D554E. Grayscale: #B1B1B1. Windows color (decimal): -4019535 or 11643586. OLE color: 11643586.

HSL color Cylindrical-coordinate representation of color #C2AAB1: hue angle of 342.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2AAB1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194170177-
CMYK00.120.090.24
HSL342.5º16.44%71.37%-
HSV(B)342.5º12.37%76.08%-
XYZ44.5643.3947.62-
YUV177.97127.45139.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=35.86%
G=31.42%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417017700.120.090.24342.516.4471.37
HexC2AAB10C9181561047
Octal302252261014113052620107
Binary11000010101010101011000101100100111000101010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAB1; }

 p { color: rgb(194,170,177); }

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

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

 a { background-color: rgb(194,170,177); }

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

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

 span { border-color: rgb(194,170,177); }

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