#C1ADC0

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

Shades of Lilac #C1ADC0

Tints of Lilac #C1ADC0

Color information

#C1ADC0 (or 0xC1ADC0) is unknown color: approx Lilac. HEX triplet: C1, AD and C0. RGB value is (193,173,192). Sum of RGB (Red+Green+Blue) = 193+173+192=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADC0 is #3E523F. Grayscale: #B5B5B5. Windows color (decimal): -4084288 or 12627393. OLE color: 12627393.

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

Color convert

RGB193173192-
CMYK00.100.010.24
HSL303º13.89%71.76%-
HSV(B)303º10.36%75.69%-
XYZ46.4545.0356.11-
YUV181.15134.13136.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.59%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=34.59%
G=31.00%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317319200.100.010.2430313.8971.76
HexC1ADC00A11812fe48
Octal30125530001213045716110
Binary1100000110101101110000000101011100010010111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADC0; }

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

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

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

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

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

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

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

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