#C6A1BF

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

Shades of Lilac #C6A1BF

Tints of Lilac #C6A1BF

Color information

#C6A1BF (or 0xC6A1BF) is unknown color: approx Lilac. HEX triplet: C6, A1 and BF. RGB value is (198,161,191). Sum of RGB (Red+Green+Blue) = 198+161+191=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1BF is #395E40. Grayscale: #AFAFAF. Windows color (decimal): -3759681 or 12558790. OLE color: 12558790.

HSL color Cylindrical-coordinate representation of color #C6A1BF: hue angle of 311.35º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6A1BF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB198161191-
CMYK00.190.040.22
HSL311.35º24.5%70.39%-
HSV(B)311.35º18.69%77.65%-
XYZ45.4441.2654.86-
YUV175.48136.76144.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 191 (75% from 255) = 34.73%
R=36%
G=29.27%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816119100.190.040.22311.3524.570.39
HexC6A1BF0134161371946
Octal30624127702342646731106
Binary11000110101000011011111101001110010110100110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1BF; }

 p { color: rgb(198,161,191); }

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

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

 a { background-color: rgb(198,161,191); }

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

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

 span { border-color: rgb(198,161,191); }

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