#C49AB8

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

Shades of Lily #C49AB8

Tints of Lily #C49AB8

Color information

#C49AB8 (or 0xC49AB8) is unknown color: approx Lily. HEX triplet: C4, 9A and B8. RGB value is (196,154,184). Sum of RGB (Red+Green+Blue) = 196+154+184=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AB8 is #3B6547. Grayscale: #A9A9A9. Windows color (decimal): -3892552 or 12098244. OLE color: 12098244.

HSL color Cylindrical-coordinate representation of color #C49AB8: hue angle of 317.14º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49AB8 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196154184-
CMYK00.210.060.23
HSL317.14º26.25%68.63%-
HSV(B)317.14º21.43%76.86%-
XYZ42.9738.3150.48-
YUV169.98135.91146.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=36.70%
G=28.84%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615418400.210.060.23317.1426.2568.63
HexC49AB801561713d1a45
Octal30423227002562747532105
Binary11000100100110101011100001010111010111100111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AB8; }

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

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

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

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

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

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

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

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