#C496AC

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

Shades of Lily #C496AC

Tints of Lily #C496AC

Color information

#C496AC (or 0xC496AC) is unknown color: approx Lily. HEX triplet: C4, 96 and AC. RGB value is (196,150,172). Sum of RGB (Red+Green+Blue) = 196+150+172=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C496AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496AC is #3B6953. Grayscale: #A6A6A6. Windows color (decimal): -3893588 or 11310788. OLE color: 11310788.

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

Color convert

RGB196150172-
CMYK00.230.120.23
HSL331.3º28.05%67.84%-
HSV(B)331.3º23.47%76.86%-
XYZ41.1236.5343.91-
YUV166.26131.24149.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=37.84%
G=28.96%
B=33.20%

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
Decimal19615017200.230.120.23331.328.0567.84
HexC496AC017C1714b1c44
Octal304226254027142751334104
Binary110001001001011010101100010111110010111101001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496AC; }

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

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

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

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

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

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

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

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