#C2AAB8

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

Shades of Lily #C2AAB8

Tints of Lily #C2AAB8

Color information

#C2AAB8 (or 0xC2AAB8) is unknown color: approx Lily. HEX triplet: C2, AA and B8. RGB value is (194,170,184). Sum of RGB (Red+Green+Blue) = 194+170+184=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAB8 is #3D5547. Grayscale: #B2B2B2. Windows color (decimal): -4019528 or 12102338. OLE color: 12102338.

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

Color convert

RGB194170184-
CMYK00.120.050.24
HSL325º16.44%71.37%-
HSV(B)325º12.37%76.08%-
XYZ45.2743.6851.39-
YUV178.77130.95138.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 184 (72.27% from 255) = 33.58%
R=35.40%
G=31.02%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417018400.120.050.2432516.4471.37
HexC2AAB80C5181451047
Octal30225227001453050520107
Binary1100001010101010101110000110010111000101000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAB8; }

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

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

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

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

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

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

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

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