#C0A4C1

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

Shades of Lilac #C0A4C1

Tints of Lilac #C0A4C1

Color information

#C0A4C1 (or 0xC0A4C1) is unknown color: approx Lilac. HEX triplet: C0, A4 and C1. RGB value is (192,164,193). Sum of RGB (Red+Green+Blue) = 192+164+193=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0A4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4C1 is #3F5B3E. Grayscale: #AFAFAF. Windows color (decimal): -4152127 or 12690624. OLE color: 12690624.

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

Color convert

RGB192164193-
CMYK0.010.1500.24
HSL297.93º18.95%70%-
HSV(B)297.93º15.03%75.69%-
XYZ44.6441.6156.13-
YUV175.68137.78139.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=34.97%
G=29.87%
B=35.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921641930.010.1500.24297.9318.9570
HexC0A4C11F01812a1346
Octal30024430111703045223106
Binary11000000101001001100000111111011000100101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4C1; }

 p { color: rgb(192,164,193); }

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

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

 a { background-color: rgb(192,164,193); }

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

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

 span { border-color: rgb(192,164,193); }

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