#C595B9

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

Shades of Lily #C595B9

Tints of Lily #C595B9

Color information

#C595B9 (or 0xC595B9) is unknown color: approx Lily. HEX triplet: C5, 95 and B9. RGB value is (197,149,185). Sum of RGB (Red+Green+Blue) = 197+149+185=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595B9 is #3A6A46. Grayscale: #A7A7A7. Windows color (decimal): -3828295 or 12162501. OLE color: 12162501.

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

Color convert

RGB197149185-
CMYK00.240.060.23
HSL315º29.27%67.84%-
HSV(B)315º24.37%77.25%-
XYZ42.5336.8750.77-
YUV167.46137.9149.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=37.10%
G=28.06%
B=34.84%

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
Decimal19714918500.240.060.2331529.2767.84
HexC595B901861713b1d44
Octal30522527103062747335104
Binary11000101100101011011100101100011010111100111011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595B9; }

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

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

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

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

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

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

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

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