Html Css Color HEX #C0ACBE Lilac

📋 copy color: '#C0ACBE'

red 192 ◦ green 172 ◦ blue 190

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

Shades of Lilac #C0ACBE

Tints of Lilac #C0ACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 34.66%
G = 31.05%
B = 34.3%

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

#C0ACBE (or 0xC0ACBE) is known color: Lilac. HEX triplet: C0, AC and BE. RGB value is (192,172,190). Sum of RGB (Red+Green+Blue) = 192+172+190=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBE is #3F5341. Grayscale: #B3B3B3. Windows color (decimal): -4150082 or 12496064. OLE color: 12496064.

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

Color convert

RGB 192 172 190 -
CMYK 0 0.10 0.01 0.25
HSL 306º 0.14% 0.71% -
HSV(B) 306º 0.1% 0.75% -
XYZ 45.79 44.43 54.88 -
YUV 180.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 192 172 190 0 0.10 0.01 0.25 306 0.14 0.71
Hex C0 AC BE 0 A 1 19 132 E 47
Octal 300 254 276 0 12 1 31 462 16 107
Binary 11000000 10101100 10111110 0 1010 1 11001 100110010 1110 1000111

Color Harmonies of #C0ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACBE

Black with #C0ACBE

Text Example


Text Example

White with #C0ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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