#C49AB9

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

Shades of Lily #C49AB9

Tints of Lily #C49AB9

Color information

#C49AB9 (or 0xC49AB9) is unknown color: approx Lily. HEX triplet: C4, 9A and B9. RGB value is (196,154,185). Sum of RGB (Red+Green+Blue) = 196+154+185=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AB9 is #3B6546. Grayscale: #AAAAAA. Windows color (decimal): -3892551 or 12163780. OLE color: 12163780.

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

Color convert

RGB196154185-
CMYK00.210.060.23
HSL315.71º26.25%68.63%-
HSV(B)315.71º21.43%76.86%-
XYZ43.0838.3551.03-
YUV170.09136.41146.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=36.64%
G=28.79%
B=34.58%

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
Decimal19615418500.210.060.23315.7126.2568.63
HexC49AB901561713c1a45
Octal30423227102562747432105
Binary11000100100110101011100101010111010111100111100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AB9; }

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

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

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

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

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

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

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

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