#C595B8

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

Shades of Lily #C595B8

Tints of Lily #C595B8

Color information

#C595B8 (or 0xC595B8) is unknown color: approx Lily. HEX triplet: C5, 95 and B8. RGB value is (197,149,184). Sum of RGB (Red+Green+Blue) = 197+149+184=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595B8 is #3A6A47. Grayscale: #A7A7A7. Windows color (decimal): -3828296 or 12096965. OLE color: 12096965.

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

Color convert

RGB197149184-
CMYK00.240.070.23
HSL316.25º29.27%67.84%-
HSV(B)316.25º24.37%77.25%-
XYZ42.4336.8350.22-
YUV167.34137.4149.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.17%
GREEN value IS 149 (58.59% from 255) = 28.11%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=37.17%
G=28.11%
B=34.72%

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
Decimal19714918400.240.070.23316.2529.2767.84
HexC595B801871713c1d44
Octal30522527003072747435104
Binary11000101100101011011100001100011110111100111100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595B8; }

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

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

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

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

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

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

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

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