#C1B0C0

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

Shades of Lilac #C1B0C0

Tints of Lilac #C1B0C0

Color information

#C1B0C0 (or 0xC1B0C0) is unknown color: approx Lilac. HEX triplet: C1, B0 and C0. RGB value is (193,176,192). Sum of RGB (Red+Green+Blue) = 193+176+192=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0C0 is #3E4F3F. Grayscale: #B6B6B6. Windows color (decimal): -4083520 or 12628161. OLE color: 12628161.

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

Color convert

RGB193176192-
CMYK00.090.010.24
HSL303.53º12.06%72.35%-
HSV(B)303.53º8.81%75.69%-
XYZ47.0346.1956.31-
YUV182.91133.13135.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 192 (75.39% from 255) = 34.22%
R=34.40%
G=31.37%
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
Decimal19317619200.090.010.24303.5312.0672.35
HexC1B0C009118130c48
Octal30126030001113046014110
Binary1100000110110000110000000100111100010011000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0C0; }

 p { color: rgb(193,176,192); }

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

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

 a { background-color: rgb(193,176,192); }

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

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

 span { border-color: rgb(193,176,192); }

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