#C4AAB5

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

Shades of Lily #C4AAB5

Tints of Lily #C4AAB5

Color information

#C4AAB5 (or 0xC4AAB5) is unknown color: approx Lily. HEX triplet: C4, AA and B5. RGB value is (196,170,181). Sum of RGB (Red+Green+Blue) = 196+170+181=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAB5 is #3B554A. Grayscale: #B3B3B3. Windows color (decimal): -3888459 or 11905732. OLE color: 11905732.

HSL color Cylindrical-coordinate representation of color #C4AAB5: hue angle of 334.62º 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 #C4AAB5 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196170181-
CMYK00.130.080.23
HSL334.62º18.06%71.76%-
HSV(B)334.62º13.27%76.86%-
XYZ45.4843.8249.78-
YUV179.03129.11140.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=35.83%
G=31.08%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617018100.130.080.23334.6218.0671.76
HexC4AAB50D81714f1248
Octal304252265015102751722110
Binary11000100101010101011010101101100010111101001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAB5; }

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

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

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

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

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

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

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

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