Html Css Color HEX #C2ACC2 Lilac

📋 copy color: '#C2ACC2'

red 194 ◦ green 172 ◦ blue 194

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

Shades of Lilac #C2ACC2

Tints of Lilac #C2ACC2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.71%

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

R = 34.64%
G = 30.71%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C2ACC2 (or 0xC2ACC2) is known color: Lilac. HEX triplet: C2, AC and C2. RGB value is (194,172,194). Sum of RGB (Red+Green+Blue) = 194+172+194=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C2ACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC2 is #3D533D. Grayscale: #B5B5B5. Windows color (decimal): -4019006 or 12758210. OLE color: 12758210.

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

Color convert

RGB 194 172 194 -
CMYK 0 0.11 0 0.24
HSL 300º 0.15% 0.72% -
HSV(B) 300º 0.11% 0.76% -
XYZ 46.74 44.87 57.24 -
YUV 181.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 194 172 194 0 0.11 0 0.24 300 0.15 0.72
Hex C2 AC C2 0 B 0 18 12C F 48
Octal 302 254 302 0 13 0 30 454 17 110
Binary 11000010 10101100 11000010 0 1011 0 11000 100101100 1111 1001000

Color Harmonies of #C2ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACC2

Black with #C2ACC2

Text Example


Text Example

White with #C2ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACC2; }

 p { color: rgb(194,172,194); }

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

background-color css

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

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

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

border-color css

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

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

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