Html Css Color HEX #C1AAC2 Lilac

📋 copy color: '#C1AAC2'

red 193 ◦ green 170 ◦ blue 194

#C1AAC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C1AAC2

Tints of Lilac #C1AAC2

RGB

 RED value IS 193 (75.78% from 255) = 34.65%

 GREEN value IS 170 (66.8% from 255) = 30.52%

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 34.65%
G = 30.52%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C1AAC2 (or 0xC1AAC2) is known color: Lilac. HEX triplet: C1, AA and C2. RGB value is (193,170,194). Sum of RGB (Red+Green+Blue) = 193+170+194=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #C1AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAC2 is #3E553D. Grayscale: #B3B3B3. Windows color (decimal): -4085054 or 12757697. OLE color: 12757697.

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

Color convert

RGB 193 170 194 -
CMYK 0.01 0.12 0 0.24
HSL 297.5º 0.16% 0.71% -
HSV(B) 297.5º 0.12% 0.76% -
XYZ 46.1 43.98 57.1 -
YUV 179.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 193 170 194 0.01 0.12 0 0.24 297.5 0.16 0.71
Hex C1 AA C2 1 C 0 18 12A 10 47
Octal 301 252 302 1 14 0 30 452 20 107
Binary 11000001 10101010 11000010 1 1100 0 11000 100101010 10000 1000111

Color Harmonies of #C1AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AAC2

Black with #C1AAC2

Text Example


Text Example

White with #C1AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AAC2; }

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

 H1.HeaderClassName
 {
   color: #C1AAC2;
 }
 .AnyTagClassName
 {
   color: #C1AAC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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