#C595B7

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

Shades of Lily #C595B7

Tints of Lily #C595B7

Color information

#C595B7 (or 0xC595B7) is unknown color: approx Lily. HEX triplet: C5, 95 and B7. RGB value is (197,149,183). Sum of RGB (Red+Green+Blue) = 197+149+183=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595B7 is #3A6A48. Grayscale: #A7A7A7. Windows color (decimal): -3828297 or 12031429. OLE color: 12031429.

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

Color convert

RGB197149183-
CMYK00.240.070.23
HSL317.5º29.27%67.84%-
HSV(B)317.5º24.37%77.25%-
XYZ42.3236.7849.67-
YUV167.23136.9149.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=37.24%
G=28.17%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714918300.240.070.23317.529.2767.84
HexC595B701871713e1d44
Octal30522526703072747635104
Binary11000101100101011011011101100011110111100111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595B7; }

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

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

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

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

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

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

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

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