#C1A4BE

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

Shades of Lilac #C1A4BE

Tints of Lilac #C1A4BE

Color information

#C1A4BE (or 0xC1A4BE) is unknown color: approx Lilac. HEX triplet: C1, A4 and BE. RGB value is (193,164,190). Sum of RGB (Red+Green+Blue) = 193+164+190=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4BE is #3E5B41. Grayscale: #AFAFAF. Windows color (decimal): -4086594 or 12494017. OLE color: 12494017.

HSL color Cylindrical-coordinate representation of color #C1A4BE: hue angle of 306.21º 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 #C1A4BE is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193164190-
CMYK00.150.020.24
HSL306.21º18.95%70%-
HSV(B)306.21º15.03%75.69%-
XYZ44.5641.6154.4-
YUV175.64136.11140.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 164 (64.45% from 255) = 29.98%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=35.28%
G=29.98%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316419000.150.020.24306.2118.9570
HexC1A4BE0F2181321346
Octal30124427601723046223106
Binary110000011010010010111110011111011000100110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4BE; }

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

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

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

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

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

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

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

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