Html Css Color HEX #C2ACBF Lilac

📋 copy color: '#C2ACBF'

red 194 ◦ green 172 ◦ blue 191

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

Shades of Lilac #C2ACBF

Tints of Lilac #C2ACBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.29%

R = 34.83%
G = 30.88%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2ACBF (or 0xC2ACBF) is known color: Lilac. HEX triplet: C2, AC and BF. RGB value is (194,172,191). Sum of RGB (Red+Green+Blue) = 194+172+191=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACBF is #3D5340. Grayscale: #B4B4B4. Windows color (decimal): -4019009 or 12561602. OLE color: 12561602.

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

Color convert

RGB 194 172 191 -
CMYK 0 0.11 0.02 0.24
HSL 308.18º 0.15% 0.72% -
HSV(B) 308.18º 0.11% 0.76% -
XYZ 46.4 44.74 55.48 -
YUV 180.74 133.79 137.46 -
System Red Green Blue C M Y K H S L
Decimal 194 172 191 0 0.11 0.02 0.24 308.18 0.15 0.72
Hex C2 AC BF 0 B 2 18 134 F 48
Octal 302 254 277 0 13 2 30 464 17 110
Binary 11000010 10101100 10111111 0 1011 10 11000 100110100 1111 1001000

Color Harmonies of #C2ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACBF

Black with #C2ACBF

Text Example


Text Example

White with #C2ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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