Html Css Color HEX #C2ACC1 Lilac

📋 copy color: '#C2ACC1'

red 194 ◦ green 172 ◦ blue 193

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

Shades of Lilac #C2ACC1

Tints of Lilac #C2ACC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.53%

R = 34.7%
G = 30.77%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C2ACC1 (or 0xC2ACC1) is known color: Lilac. HEX triplet: C2, AC and C1. RGB value is (194,172,193). Sum of RGB (Red+Green+Blue) = 194+172+193=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC1 is #3D533E. Grayscale: #B4B4B4. Windows color (decimal): -4019007 or 12692674. OLE color: 12692674.

HSL color Cylindrical-coordinate representation of color #C2ACC1: hue angle of 302.73º 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 #C2ACC1 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 193 -
CMYK 0 0.11 0.01 0.24
HSL 302.73º 0.15% 0.72% -
HSV(B) 302.73º 0.11% 0.76% -
XYZ 46.63 44.82 56.65 -
YUV 180.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 194 172 193 0 0.11 0.01 0.24 302.73 0.15 0.72
Hex C2 AC C1 0 B 1 18 12F F 48
Octal 302 254 301 0 13 1 30 457 17 110
Binary 11000010 10101100 11000001 0 1011 1 11000 100101111 1111 1001000

Color Harmonies of #C2ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACC1

Black with #C2ACC1

Text Example


Text Example

White with #C2ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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