Html Css Color HEX #C2AAC4 Lilac

📋 copy color: '#C2AAC4'

red 194 ◦ green 170 ◦ blue 196

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

Shades of Lilac #C2AAC4

Tints of Lilac #C2AAC4

RGB

 RED value IS 194 (76.17% from 255) = 34.64%

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

 BLUE value IS 196 (76.95% from 255) = 35%

R = 34.64%
G = 30.36%
B = 35%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C2AAC4 (or 0xC2AAC4) is known color: Lilac. HEX triplet: C2, AA and C4. RGB value is (194,170,196). Sum of RGB (Red+Green+Blue) = 194+170+196=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC4 is #3D553B. Grayscale: #B4B4B4. Windows color (decimal): -4019516 or 12888770. OLE color: 12888770.

HSL color Cylindrical-coordinate representation of color #C2AAC4: hue angle of 295.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2AAC4 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 170 196 -
CMYK 0.01 0.13 0 0.23
HSL 295.38º 0.18% 0.72% -
HSV(B) 295.38º 0.13% 0.77% -
XYZ 46.59 44.2 58.3 -
YUV 180.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 194 170 196 0.01 0.13 0 0.23 295.38 0.18 0.72
Hex C2 AA C4 1 D 0 17 127 12 48
Octal 302 252 304 1 15 0 27 447 22 110
Binary 11000010 10101010 11000100 1 1101 0 10111 100100111 10010 1001000

Color Harmonies of #C2AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAC4

Black with #C2AAC4

Text Example


Text Example

White with #C2AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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