#C1A8C0

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

Shades of Lilac #C1A8C0

Tints of Lilac #C1A8C0

Color information

#C1A8C0 (or 0xC1A8C0) is unknown color: approx Lilac. HEX triplet: C1, A8 and C0. RGB value is (193,168,192). Sum of RGB (Red+Green+Blue) = 193+168+192=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8C0 is #3E573F. Grayscale: #B2B2B2. Windows color (decimal): -4085568 or 12626113. OLE color: 12626113.

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

Color convert

RGB193168192-
CMYK00.130.010.24
HSL302.4º16.78%70.78%-
HSV(B)302.4º12.95%75.69%-
XYZ45.5143.1555.8-
YUV178.21135.78138.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=34.90%
G=30.38%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316819200.130.010.24302.416.7870.78
HexC1A8C00D11812e1147
Octal30125030001513045621107
Binary11000001101010001100000001101111000100101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A8C0; }

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

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

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

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

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

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

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

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