Html Css Color HEX #C2ACC0 Lilac

📋 copy color: '#C2ACC0'

red 194 ◦ green 172 ◦ blue 192

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

Shades of Lilac #C2ACC0

Tints of Lilac #C2ACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.41%

R = 34.77%
G = 30.82%
B = 34.41%

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

#C2ACC0 (or 0xC2ACC0) is known color: Lilac. HEX triplet: C2, AC and C0. RGB value is (194,172,192). Sum of RGB (Red+Green+Blue) = 194+172+192=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC0 is #3D533F. Grayscale: #B4B4B4. Windows color (decimal): -4019008 or 12627138. OLE color: 12627138.

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

Color convert

RGB 194 172 192 -
CMYK 0 0.11 0.01 0.24
HSL 305.45º 0.15% 0.72% -
HSV(B) 305.45º 0.11% 0.76% -
XYZ 46.52 44.78 56.06 -
YUV 180.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 194 172 192 0 0.11 0.01 0.24 305.45 0.15 0.72
Hex C2 AC C0 0 B 1 18 131 F 48
Octal 302 254 300 0 13 1 30 461 17 110
Binary 11000010 10101100 11000000 0 1011 1 11000 100110001 1111 1001000

Color Harmonies of #C2ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACC0

Black with #C2ACC0

Text Example


Text Example

White with #C2ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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