#C496AB

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

Shades of Lily #C496AB

Tints of Lily #C496AB

Color information

#C496AB (or 0xC496AB) is unknown color: approx Lily. HEX triplet: C4, 96 and AB. RGB value is (196,150,171). Sum of RGB (Red+Green+Blue) = 196+150+171=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C496AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496AB is #3B6954. Grayscale: #A6A6A6. Windows color (decimal): -3893589 or 11245252. OLE color: 11245252.

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

Color convert

RGB196150171-
CMYK00.230.130.23
HSL332.61º28.05%67.84%-
HSV(B)332.61º23.47%76.86%-
XYZ41.0236.4943.41-
YUV166.15130.74149.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=37.91%
G=29.01%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615017100.230.130.23332.6128.0567.84
HexC496AB017D1714d1c44
Octal304226253027152751534104
Binary110001001001011010101011010111110110111101001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496AB; }

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

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

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

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

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

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

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

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