#C594AA

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

Shades of Lily #C594AA

Tints of Lily #C594AA

Color information

#C594AA (or 0xC594AA) is unknown color: approx Lily. HEX triplet: C5, 94 and AA. RGB value is (197,148,170). Sum of RGB (Red+Green+Blue) = 197+148+170=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C594AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C594AA is #3A6B55. Grayscale: #A5A5A5. Windows color (decimal): -3828566 or 11179205. OLE color: 11179205.

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

Color convert

RGB197148170-
CMYK00.250.140.23
HSL333.06º29.7%67.65%-
HSV(B)333.06º24.87%77.25%-
XYZ40.8735.9542.82-
YUV165.16130.73150.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=38.25%
G=28.74%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714817000.250.140.23333.0629.767.65
HexC594AA019E1714d1e44
Octal305224252031162751536104
Binary110001011001010010101010011001111010111101001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C594AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C594AA; }

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

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

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

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

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

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

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

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