#C595B1

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

Shades of Lily #C595B1

Tints of Lily #C595B1

Color information

#C595B1 (or 0xC595B1) is unknown color: approx Lily. HEX triplet: C5, 95 and B1. RGB value is (197,149,177). Sum of RGB (Red+Green+Blue) = 197+149+177=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C595B1 is #3A6A4E. Grayscale: #A6A6A6. Windows color (decimal): -3828303 or 11638213. OLE color: 11638213.

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

Color convert

RGB197149177-
CMYK00.240.100.23
HSL325º29.27%67.84%-
HSV(B)325º24.37%77.25%-
XYZ41.7136.5446.45-
YUV166.54133.9149.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.67%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=37.67%
G=28.49%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714917700.240.100.2332529.2767.84
HexC595B1018A171451d44
Octal305225261030122750535104
Binary110001011001010110110001011000101010111101000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595B1; }

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

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

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

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

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

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

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

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