#C5A2AE

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

Shades of Lily #C5A2AE

Tints of Lily #C5A2AE

Color information

#C5A2AE (or 0xC5A2AE) is unknown color: approx Lily. HEX triplet: C5, A2 and AE. RGB value is (197,162,174). Sum of RGB (Red+Green+Blue) = 197+162+174=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A2AE is #3A5D51. Grayscale: #ADADAD. Windows color (decimal): -3824978 or 11444933. OLE color: 11444933.

HSL color Cylindrical-coordinate representation of color #C5A2AE: hue angle of 339.43º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5A2AE is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197162174-
CMYK00.180.120.23
HSL339.43º23.18%70.39%-
HSV(B)339.43º17.77%77.25%-
XYZ43.5940.7745.62-
YUV173.83128.1144.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=36.96%
G=30.39%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716217400.180.120.23339.4323.1870.39
HexC5A2AE012C171531746
Octal305242256022142752327106
Binary110001011010001010101110010010110010111101010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2AE; }

 p { color: rgb(197,162,174); }

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

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

 a { background-color: rgb(197,162,174); }

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

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

 span { border-color: rgb(197,162,174); }

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