#C4AAB2

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

Shades of Lily #C4AAB2

Tints of Lily #C4AAB2

Color information

#C4AAB2 (or 0xC4AAB2) is unknown color: approx Lily. HEX triplet: C4, AA and B2. RGB value is (196,170,178). Sum of RGB (Red+Green+Blue) = 196+170+178=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAB2 is #3B554D. Grayscale: #B2B2B2. Windows color (decimal): -3888462 or 11709124. OLE color: 11709124.

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

Color convert

RGB196170178-
CMYK00.130.090.23
HSL341.54º18.06%71.76%-
HSV(B)341.54º13.27%76.86%-
XYZ45.1843.748.17-
YUV178.69127.61140.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=36.03%
G=31.25%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617017800.130.090.23341.5418.0671.76
HexC4AAB20D9171561248
Octal304252262015112752622110
Binary11000100101010101011001001101100110111101010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAB2; }

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

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

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

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

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

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

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

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