#C594B4

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

Shades of Lily #C594B4

Tints of Lily #C594B4

Color information

#C594B4 (or 0xC594B4) is unknown color: approx Lily. HEX triplet: C5, 94 and B4. RGB value is (197,148,180). Sum of RGB (Red+Green+Blue) = 197+148+180=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C594B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594B4 is #3A6B4B. Grayscale: #A6A6A6. Windows color (decimal): -3828556 or 11834565. OLE color: 11834565.

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

Color convert

RGB197148180-
CMYK00.250.090.23
HSL320.82º29.7%67.65%-
HSV(B)320.82º24.87%77.25%-
XYZ41.8536.3547.99-
YUV166.3135.73149.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=37.52%
G=28.19%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714818000.250.090.23320.8229.767.65
HexC594B40199171411e44
Octal305224264031112750136104
Binary110001011001010010110100011001100110111101000001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594B4; }

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

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

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

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

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

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

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

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