#C49CAF

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

Shades of Lily #C49CAF

Tints of Lily #C49CAF

Color information

#C49CAF (or 0xC49CAF) is unknown color: approx Lily. HEX triplet: C4, 9C and AF. RGB value is (196,156,175). Sum of RGB (Red+Green+Blue) = 196+156+175=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49CAF is #3B6350. Grayscale: #AAAAAA. Windows color (decimal): -3892049 or 11508932. OLE color: 11508932.

HSL color Cylindrical-coordinate representation of color #C49CAF: hue angle of 331.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49CAF is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196156175-
CMYK00.200.110.23
HSL331.5º25.32%69.02%-
HSV(B)331.5º20.41%76.86%-
XYZ42.3938.6145.78-
YUV170.13130.75146.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=37.19%
G=29.60%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615617500.200.110.23331.525.3269.02
HexC49CAF014B1714c1945
Octal304234257024132751431105
Binary110001001001110010101111010100101110111101001100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CAF; }

 p { color: rgb(196,156,175); }

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

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

 a { background-color: rgb(196,156,175); }

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

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

 span { border-color: rgb(196,156,175); }

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