#C595AD

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

Shades of Lily #C595AD

Tints of Lily #C595AD

Color information

#C595AD (or 0xC595AD) is unknown color: approx Lily. HEX triplet: C5, 95 and AD. RGB value is (197,149,173). Sum of RGB (Red+Green+Blue) = 197+149+173=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C595AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595AD is #3A6A52. Grayscale: #A6A6A6. Windows color (decimal): -3828307 or 11376069. OLE color: 11376069.

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

Color convert

RGB197149173-
CMYK00.240.120.23
HSL330º29.27%67.84%-
HSV(B)330º24.37%77.25%-
XYZ41.3236.3844.38-
YUV166.09131.9150.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=37.96%
G=28.71%
B=33.33%

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
Decimal19714917300.240.120.2333029.2767.84
HexC595AD018C1714a1d44
Octal305225255030142751235104
Binary110001011001010110101101011000110010111101001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595AD; }

 p { color: rgb(197,149,173); }

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

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

 a { background-color: rgb(197,149,173); }

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

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

 span { border-color: rgb(197,149,173); }

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