#C0A1C0

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

Shades of Lilac #C0A1C0

Tints of Lilac #C0A1C0

Color information

#C0A1C0 (or 0xC0A1C0) is unknown color: approx Lilac. HEX triplet: C0, A1 and C0. RGB value is (192,161,192). Sum of RGB (Red+Green+Blue) = 192+161+192=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C0A1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1C0 is #3F5E3F. Grayscale: #ADADAD. Windows color (decimal): -4152896 or 12624320. OLE color: 12624320.

HSL color Cylindrical-coordinate representation of color #C0A1C0: hue angle of 300º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A1C0 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192161192-
CMYK00.1600.25
HSL300º19.75%69.22%-
HSV(B)300º16.15%75.29%-
XYZ4440.555.37-
YUV173.8138.27140.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=35.23%
G=29.54%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216119200.1600.2530019.7569.22
HexC0A1C001001912c1445
Octal30024130002003145424105
Binary110000001010000111000000010000011001100101100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A1C0; }

 p { color: rgb(192,161,192); }

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

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

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

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

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

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

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