#C496B7

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

Shades of Lily #C496B7

Tints of Lily #C496B7

Color information

#C496B7 (or 0xC496B7) is unknown color: approx Lily. HEX triplet: C4, 96 and B7. RGB value is (196,150,183). Sum of RGB (Red+Green+Blue) = 196+150+183=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C496B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496B7 is #3B6948. Grayscale: #A7A7A7. Windows color (decimal): -3893577 or 12031684. OLE color: 12031684.

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

Color convert

RGB196150183-
CMYK00.230.070.23
HSL316.96º28.05%67.84%-
HSV(B)316.96º23.47%76.86%-
XYZ42.2236.9749.71-
YUV167.52136.74148.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=37.05%
G=28.36%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615018300.230.070.23316.9628.0567.84
HexC496B701771713d1c44
Octal30422626702772747534104
Binary11000100100101101011011101011111110111100111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496B7; }

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

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

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

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

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

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

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

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