#C596AE

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

Shades of Lily #C596AE

Tints of Lily #C596AE

Color information

#C596AE (or 0xC596AE) is unknown color: approx Lily. HEX triplet: C5, 96 and AE. RGB value is (197,150,174). Sum of RGB (Red+Green+Blue) = 197+150+174=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C596AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C596AE is #3A6951. Grayscale: #A6A6A6. Windows color (decimal): -3828050 or 11441861. OLE color: 11441861.

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

Color convert

RGB197150174-
CMYK00.240.120.23
HSL329.36º28.83%68.04%-
HSV(B)329.36º23.86%77.25%-
XYZ41.5736.7444.94-
YUV166.79132.07149.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=37.81%
G=28.79%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715017400.240.120.23329.3628.8368.04
HexC596AE018C171491d44
Octal305226256030142751135104
Binary110001011001011010101110011000110010111101001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596AE; }

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

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

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

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

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

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

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

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