#C497AE

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

Shades of Lily #C497AE

Tints of Lily #C497AE

Color information

#C497AE (or 0xC497AE) is unknown color: approx Lily. HEX triplet: C4, 97 and AE. RGB value is (196,151,174). Sum of RGB (Red+Green+Blue) = 196+151+174=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C497AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C497AE is #3B6851. Grayscale: #A7A7A7. Windows color (decimal): -3893330 or 11442116. OLE color: 11442116.

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

Color convert

RGB196151174-
CMYK00.230.110.23
HSL329.33º27.61%68.04%-
HSV(B)329.33º22.96%76.86%-
XYZ41.4736.9244.99-
YUV167.08131.91148.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=37.62%
G=28.98%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615117400.230.110.23329.3327.6168.04
HexC497AE017B171491c44
Octal304227256027132751134104
Binary110001001001011110101110010111101110111101001001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497AE; }

 p { color: rgb(196,151,174); }

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

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

 a { background-color: rgb(196,151,174); }

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

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

 span { border-color: rgb(196,151,174); }

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