#C2B1C1

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

Shades of Lilac #C2B1C1

Tints of Lilac #C2B1C1

Color information

#C2B1C1 (or 0xC2B1C1) is unknown color: approx Lilac. HEX triplet: C2, B1 and C1. RGB value is (194,177,193). Sum of RGB (Red+Green+Blue) = 194+177+193=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1C1 is #3D4E3E. Grayscale: #B7B7B7. Windows color (decimal): -4017727 or 12693954. OLE color: 12693954.

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

Color convert

RGB194177193-
CMYK00.090.010.24
HSL303.53º12.23%72.75%-
HSV(B)303.53º8.76%76.08%-
XYZ47.646.7656.97-
YUV183.91133.13135.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=34.40%
G=31.38%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417719300.090.010.24303.5312.2372.75
HexC2B1C109118130c49
Octal30226130101113046014111
Binary1100001010110001110000010100111100010011000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B1C1; }

 p { color: rgb(194,177,193); }

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

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

 a { background-color: rgb(194,177,193); }

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

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

 span { border-color: rgb(194,177,193); }

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