#C496AD

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

Shades of Lily #C496AD

Tints of Lily #C496AD

Color information

#C496AD (or 0xC496AD) is unknown color: approx Lily. HEX triplet: C4, 96 and AD. RGB value is (196,150,173). Sum of RGB (Red+Green+Blue) = 196+150+173=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C496AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496AD is #3B6952. Grayscale: #A6A6A6. Windows color (decimal): -3893587 or 11376324. OLE color: 11376324.

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

Color convert

RGB196150173-
CMYK00.230.120.23
HSL330º28.05%67.84%-
HSV(B)330º23.47%76.86%-
XYZ41.2136.5744.42-
YUV166.38131.74149.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=37.76%
G=28.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615017300.230.120.2333028.0567.84
HexC496AD017C1714a1c44
Octal304226255027142751234104
Binary110001001001011010101101010111110010111101001010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496AD; }

 p { color: rgb(196,150,173); }

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

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

 a { background-color: rgb(196,150,173); }

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

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

 span { border-color: rgb(196,150,173); }

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