Html Css Color HEX #C0ACBF Lilac

📋 copy color: '#C0ACBF'

red 192 ◦ green 172 ◦ blue 191

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

Shades of Lilac #C0ACBF

Tints of Lilac #C0ACBF

RGB

 RED value IS 192 (75.39% from 255) = 34.59%

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

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

R = 34.59%
G = 30.99%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0ACBF (or 0xC0ACBF) is known color: Lilac. HEX triplet: C0, AC and BF. RGB value is (192,172,191). Sum of RGB (Red+Green+Blue) = 192+172+191=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBF is #3F5340. Grayscale: #B4B4B4. Windows color (decimal): -4150081 or 12561600. OLE color: 12561600.

HSL color Cylindrical-coordinate representation of color #C0ACBF: hue angle of 303º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ACBF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 191 -
CMYK 0 0.10 0.01 0.25
HSL 303º 0.14% 0.71% -
HSV(B) 303º 0.1% 0.75% -
XYZ 45.89 44.47 55.46 -
YUV 180.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 192 172 191 0 0.10 0.01 0.25 303 0.14 0.71
Hex C0 AC BF 0 A 1 19 12F E 47
Octal 300 254 277 0 12 1 31 457 16 107
Binary 11000000 10101100 10111111 0 1010 1 11001 100101111 1110 1000111

Color Harmonies of #C0ACBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACBF

Black with #C0ACBF

Text Example


Text Example

White with #C0ACBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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