#C4AAB6

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

Shades of Lily #C4AAB6

Tints of Lily #C4AAB6

Color information

#C4AAB6 (or 0xC4AAB6) is unknown color: approx Lily. HEX triplet: C4, AA and B6. RGB value is (196,170,182). Sum of RGB (Red+Green+Blue) = 196+170+182=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAB6 is #3B5549. Grayscale: #B3B3B3. Windows color (decimal): -3888458 or 11971268. OLE color: 11971268.

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

Color convert

RGB196170182-
CMYK00.130.070.23
HSL332.31º18.06%71.76%-
HSV(B)332.31º13.27%76.86%-
XYZ45.5843.8650.32-
YUV179.14129.61140.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 182 (71.48% from 255) = 33.21%
R=35.77%
G=31.02%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617018200.130.070.23332.3118.0671.76
HexC4AAB60D71714c1248
Octal30425226601572751422110
Binary1100010010101010101101100110111110111101001100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAB6; }

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

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

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

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

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

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

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

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