#C4AAB8

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

Shades of Lily #C4AAB8

Tints of Lily #C4AAB8

Color information

#C4AAB8 (or 0xC4AAB8) is unknown color: approx Lily. HEX triplet: C4, AA and B8. RGB value is (196,170,184). Sum of RGB (Red+Green+Blue) = 196+170+184=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAB8 is #3B5547. Grayscale: #B3B3B3. Windows color (decimal): -3888456 or 12102340. OLE color: 12102340.

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

Color convert

RGB196170184-
CMYK00.130.060.23
HSL327.69º18.06%71.76%-
HSV(B)327.69º13.27%76.86%-
XYZ45.7943.9551.42-
YUV179.37130.61139.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=35.64%
G=30.91%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617018400.130.060.23327.6918.0671.76
HexC4AAB80D6171481248
Octal30425227001562751022110
Binary1100010010101010101110000110111010111101001000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAB8; }

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

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

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

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

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

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

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

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