#C1ACBF

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

Shades of Lilac #C1ACBF

Tints of Lilac #C1ACBF

Color information

#C1ACBF (or 0xC1ACBF) is unknown color: approx Lilac. HEX triplet: C1, AC and BF. RGB value is (193,172,191). Sum of RGB (Red+Green+Blue) = 193+172+191=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACBF is #3E5340. Grayscale: #B4B4B4. Windows color (decimal): -4084545 or 12561601. OLE color: 12561601.

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

Color convert

RGB193172191-
CMYK00.110.010.24
HSL305.71º14.48%71.57%-
HSV(B)305.71º10.88%75.69%-
XYZ46.1544.655.47-
YUV180.44133.96136.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 191 (75% from 255) = 34.35%
R=34.71%
G=30.94%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317219100.110.010.24305.7114.4871.57
HexC1ACBF0B118132e48
Octal30125427701313046216110
Binary1100000110101100101111110101111100010011001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACBF; }

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

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

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

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

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

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

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

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