#C5A9C6

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

Shades of Lilac #C5A9C6

Tints of Lilac #C5A9C6

Color information

#C5A9C6 (or 0xC5A9C6) is unknown color: approx Lilac. HEX triplet: C5, A9 and C6. RGB value is (197,169,198). Sum of RGB (Red+Green+Blue) = 197+169+198=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #C5A9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9C6 is #3A5639. Grayscale: #B4B4B4. Windows color (decimal): -3823162 or 13019589. OLE color: 13019589.

HSL color Cylindrical-coordinate representation of color #C5A9C6: hue angle of 297.93º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A9C6 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197169198-
CMYK0.010.1500.22
HSL297.93º20.28%71.96%-
HSV(B)297.93º14.65%77.65%-
XYZ47.4144.3259.48-
YUV180.68137.78139.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=34.93%
G=29.96%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971691980.010.1500.22297.9320.2871.96
HexC5A9C61F01612a1448
Octal30525130611702645224110
Binary11000101101010011100011011111010110100101010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9C6; }

 p { color: rgb(197,169,198); }

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

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

 a { background-color: rgb(197,169,198); }

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

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

 span { border-color: rgb(197,169,198); }

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