#C596BA

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

Shades of Lily #C596BA

Tints of Lily #C596BA

Color information

#C596BA (or 0xC596BA) is unknown color: approx Lily. HEX triplet: C5, 96 and BA. RGB value is (197,150,186). Sum of RGB (Red+Green+Blue) = 197+150+186=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C596BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596BA is #3A6945. Grayscale: #A8A8A8. Windows color (decimal): -3828038 or 12228293. OLE color: 12228293.

HSL color Cylindrical-coordinate representation of color #C596BA: hue angle of 314.04º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C596BA is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197150186-
CMYK00.240.060.23
HSL314.04º28.83%68.04%-
HSV(B)314.04º23.86%77.25%-
XYZ42.837.2351.38-
YUV168.16138.07148.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=36.96%
G=28.14%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715018600.240.060.23314.0428.8368.04
HexC596BA01861713a1d44
Octal30522627203062747235104
Binary11000101100101101011101001100011010111100111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596BA; }

 p { color: rgb(197,150,186); }

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

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

 a { background-color: rgb(197,150,186); }

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

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

 span { border-color: rgb(197,150,186); }

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