#C496AF

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

Shades of Lily #C496AF

Tints of Lily #C496AF

Color information

#C496AF (or 0xC496AF) is unknown color: approx Lily. HEX triplet: C4, 96 and AF. RGB value is (196,150,175). Sum of RGB (Red+Green+Blue) = 196+150+175=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C496AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C496AF is #3B6950. Grayscale: #A6A6A6. Windows color (decimal): -3893585 or 11507396. OLE color: 11507396.

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

Color convert

RGB196150175-
CMYK00.230.110.23
HSL327.39º28.05%67.84%-
HSV(B)327.39º23.47%76.86%-
XYZ41.4136.6445.45-
YUV166.6132.74148.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.62%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=37.62%
G=28.79%
B=33.59%

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
Decimal19615017500.230.110.23327.3928.0567.84
HexC496AF017B171471c44
Octal304226257027132750734104
Binary110001001001011010101111010111101110111101000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496AF; }

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

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

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

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

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

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

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

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