#C1A8BF

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

Shades of Lilac #C1A8BF

Tints of Lilac #C1A8BF

Color information

#C1A8BF (or 0xC1A8BF) is unknown color: approx Lilac. HEX triplet: C1, A8 and BF. RGB value is (193,168,191). Sum of RGB (Red+Green+Blue) = 193+168+191=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8BF is #3E5740. Grayscale: #B2B2B2. Windows color (decimal): -4085569 or 12560577. OLE color: 12560577.

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

Color convert

RGB193168191-
CMYK00.130.010.24
HSL304.8º16.78%70.78%-
HSV(B)304.8º12.95%75.69%-
XYZ45.443.155.22-
YUV178.1135.28138.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 191 (75% from 255) = 34.60%
R=34.96%
G=30.43%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316819100.130.010.24304.816.7870.78
HexC1A8BF0D1181311147
Octal30125027701513046121107
Binary11000001101010001011111101101111000100110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A8BF; }

 p { color: rgb(193,168,191); }

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

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

 a { background-color: rgb(193,168,191); }

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

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

 span { border-color: rgb(193,168,191); }

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