#C594BA

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

Shades of Lily #C594BA

Tints of Lily #C594BA

Color information

#C594BA (or 0xC594BA) is unknown color: approx Lily. HEX triplet: C5, 94 and BA. RGB value is (197,148,186). Sum of RGB (Red+Green+Blue) = 197+148+186=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C594BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594BA is #3A6B45. Grayscale: #A6A6A6. Windows color (decimal): -3828550 or 12227781. OLE color: 12227781.

HSL color Cylindrical-coordinate representation of color #C594BA: hue angle of 313.47º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C594BA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197148186-
CMYK00.250.060.23
HSL313.47º29.7%67.65%-
HSV(B)313.47º24.87%77.25%-
XYZ42.4836.651.28-
YUV166.98138.73149.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=37.10%
G=27.87%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714818600.250.060.23313.4729.767.65
HexC594BA0196171391e44
Octal30522427203162747136104
Binary11000101100101001011101001100111010111100111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594BA; }

 p { color: rgb(197,148,186); }

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

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

 a { background-color: rgb(197,148,186); }

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

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

 span { border-color: rgb(197,148,186); }

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